👍🎉 First off, thanks for taking the time to contribute! 🎉👍
We love pull requests from everyone. By participating in this project, you agree to abide by the thoughtbot code of conduct.
To begin contributing:
Get the code
Get dependencies:
dotnet restore
Make sure the tests pass:
dotnet test
Make your change. Add tests for your change. Make the tests pass and project is able to build:
dotnet test && dotnet build
Push to your fork and submit a pull request.
At this point you're waiting on me. I'll try to respond as soon as I can.
Some things that will increase the chance that your pull request is accepted:
- Write and update tests.
- Follow AngularJS style commit message. (failing to do this will result in your PR being rejected)