- Windows 10
- Visual Studio 2015 or higher
- .NET framework 4.7.2
- Several devices to make tests on
- Keep your pull requests as small as possible: I don't want to review changes to hundreds of files
- Pull requests shouldn't tackle multiple things at the same time: Don't mix new feature X with refactoring of Y
- A pull request should not break existing features
- Big features should be delivered in multiple pull requests (see above)
- Everything you've made require some tests, so no one is upset of getting bugs from you
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request
- If you have any questions, or want to discuss an issue, just hit me up here on github, I'm here daily.