Skip to content

Latest commit

History

History
37 lines (20 loc) 路 1.02 KB

File metadata and controls

37 lines (20 loc) 路 1.02 KB

Contributing

馃憤馃帀 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: