Thanks for considering a contribution to this repo! Your help and feedback is really appreciated.
You can contribute in a number of ways:
-
Reporting bugs
-
Suggesting enhancements
-
Making code contributions
If something isn't working how you expect it to, it might be a bug in the code. Please create an issue to let us know,
and tag it with the
type: bug
When filing a bug, please explain:
-
What behaviour you observed and what you expected to observe.
-
Steps to reproduce the error, if possible (or a link to the workflow where the problematic behavior can be observed).
If you have a good idea for something that you'd like to see, we'd love to hear about it. Please create an issue and tag it:
-
Use the type: feature
New feature or feature request tag if it's a new feature. -
Use the type: docs
Documentation changes tag if it relates to the docs.
Code contributions are welcome, following the standard GitHub process. If the changes are non-trivial, you are advised to propose the enhancement first by creating an issue, so that the proposal can be discussed before you spend lots of time working on it.
Style checks and other analyzers are built-in. Please keep your style consistent with existing code and fix all warnings before you create a PR.
Instructions for the release process are here.