🎉 Thanks for taking the time to contribute! 🎉 Contributions are welcome from anyone on the internet, and even the smallest of fixes are appreciated!
The following is a set of guidelines for contributing. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
-
Clone your fork
-
Follow the installation steps in the README.
-
Enable commit signing.
-
Open a PR against the
main
branch and describe the change you are intending to undertake in the PR description.
Before marking the PR as ready for review, make sure your changes have sufficient test coverage (e.g regression tests have been added for bug fixes, unit tests for new features)
Keep uses Github Actions for continuous integration. All workflows must be green to merge a PR.