If you've identified a bug that's clear-cut and straightforward to fix, please go ahead and submit a pull request.
- Fork the repository.
- Create a new branch (
git checkout -b fix-obvious-bug
). - Commit your changes. We recommend using Conventional Commits.
- If your PR resolves an existing issue, please reference that issue in your commit or pull request description.
- Push to the branch (
git push origin fix-obvious-bug
). - Open a Pull Request.
For bugs that require a discussion, or trivial improvements, please open a new issue. Make sure to provide enough context and, if possible, steps to reproduce the issue.
If you have a complex idea, a proposal for a new feature, or a question that you think needs a discussion, please start a discussion thread. This helps everyone get on the same page and allows for a collaborative decision-making process.