If you want to contribute to this project you must follow the rules below.
- All contributions must have associated xunit tests that adequately cover the use-cases and pass
- All contributions must be self-documenting with XML-Doc comments
- By contributing you agree to use the BSD-3 license in this repository
- Fork this repo to your own github account
- Use gitflow to create a new feature branch for your changes following the naming pattern
feature/your-feature-name
- Make your changes in your feature branch and push it to your own github
- Add unit tests to cover your changes and their various possible outcomes
- Submit a pull request from your feature branch in github
Feel free to add yourself to the end of the list of contributors in the main readme as part of your pull request.
Credit entries should take the following format:
- {Name of contributor} ({link to github profile})