Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.11 KB

CONTRIBUTING.md

File metadata and controls

31 lines (19 loc) · 1.11 KB

Contributing

We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.

Contributions to this project are released to the public under the project's open source license.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Here's some helpful notes on how to contribute to this project, including details on how to get started working the codebase.

Configure your development environment

To get started, you'll need .NET Core 6.0 installed on your local machine.

The solution can be built using the following command:

$ dotnet build src/ActionsImporter.sln

Unit tests can be run using the following command:

$ dotnet test src/ActionsImporter.sln

Code linting can be run using the following command:

$ dotnet format src/ActionsImporter.sln