Hey there! We're excited that you're interested in contributing. Before sending a pull request, please take a moment to read this quick guide:
Since the project only accepts bug fixes, please open an issue first to describe the problem and confirm that it needs a fix. This helps avoid unnecessary work for both sides.
For small documentation or typo corrections, feel free to group them into a single PR to keep the history clean.
We follow Conventional Commits. For this project, relevant types are:
fix:— for actual bug fixesdocs:— for documentation or typo fixeschore:— for small internal or tooling updates
Avoid using feat: — new features aren’t accepted.
If you're new to PRs, GitHub has a great guide.
When opening a PR:
- Make sure your title follows the commit convention.
- If your PR fixes an issue, add this in the description:
fix #123
No need to squash your commits — we’ll do that on merge. And of course, please test your changes before submitting.