Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.19 KB

CONTRIBUTING.md

File metadata and controls

23 lines (13 loc) · 1.19 KB

How to contribute

Thanks for thinking about contributing additional code or bug fixes to the project. If your changes are likely to be more than a few lines of code, please would you let me know in advance what you propose to do. This will help avoid duplication of effort.

Submitting changes

Please send a Pull Request with a clear list of what you've done (read more about pull requests). When you send a pull request, please follow our coding conventions and make sure all of your commits are atomic (one feature per commit).

Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look include a more comprehensive description.

Localisation

If you make changes to the string resources (resources.resx, etc) please don't include in your PR any non-native resource files. These are generated by the Crowdin localisation tool.

Coding conventions

A StyleCop ruleset file is used to help maintain consistent coding conventions. The projects reference the StyleCop.Analyzers assembly so it should be possible to stick to the coding style without too much difficulty.

Many thanks

Antony Corbett