Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.38 KB

contrib.md

File metadata and controls

20 lines (11 loc) · 1.38 KB

How to contribute

Contributions are always welcome. Consider joining our discord server Discord, where we discuss our plans and progress. A list of wanted features can be found in Projects. See here for a list of good first issues to get started on.

Opening issues

Feel free to report bugs and request features. Our GitHub issues can be found here.

Creating pull requests

We accept PRs that fix bugs and implement/extend features. When working on a PR, please follow these recommendations:

  • Follow Microsoft's coding guidelines (use method syntax for LINQ).

  • Do NOT fix formatting of code that is already present. This makes pull requests difficult to read.

  • As a recommendation, keep your PRs goal-specific and work on them on dedicated branch.

Here are helpful guides on how to fork and create a pull request and create a pull request.