We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
All code changes happen through pull requests.
We use the main
branch for active changes/additions. The main
branch is protected, and all changes must be made through pull requests.
- Create your branch from
main
. - Make changes/additions.
- If you've added code that should be tested, add tests.
- Ensure all tests pass.
- Issue a pull request!
At least one reviewer must approve the pull request to enable merging to main
. Code owners will automatically be added to the pull request.