We appreciate your input, whether it's:
- Reporting a bug
- Proposing a feature
- Submitting a fix
- Discussing the current state
We use GitHub to host our codebase, track issues and feature requests, and merge pull requests. Pull requests are the best way to propose changes.
Open a new GitHub Issue to report a bug or propose a feature. We have templates to guide you — choose the one that fits your case and fill in as much detail as you can.
- Fork the repository and create a branch from
main. - Make your changes and ensure the code checks pass (see below).
- Open a pull request against
mainwith a clear description of what you've changed and why.