Contributions are always welcome. Consider joining our discord server , 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.
Feel free to report bugs and request features. Our GitHub issues can be found here.
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.