This is an open source project, and you are more than welcome to contribute!
-
Found an issue? Submit an issue.
-
Want to fix an issue or contribute an improvement? Talk to us about your ideas or just start coding:
-
Create a feature branch off the
developmentbranch:git checkout -b feature development -
Commit your changes with a comment:
git commit -m "feat: add shiny new feature"(See Commit messages for details.) -
Push to the branch to GitHub:
git push origin feature
The CI checks against your PR to ensure that it doesn’t introduce errors. If the CI identifies a potential problem, our friendly PR maintainers will help you resolve it.