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.
If you think you've found a bug or have a great idea for new functionality please create an issue in this repo.
Use the Discussions tab in this repo for more general feedback or any questions/comments on this tooling.
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/Valet.slnUnit tests can be run using the following command:
$ dotnet test src/Valet.slnCode linting can be run using the following command:
$ dotnet format src/Valet.slnBefore submitting a Pull Request please first open an issue to get feedback on the change you intend to submit.