Thank you for considering contributing to Mousefood!
- Before submitting a new issue, please search the issue tracker using relevant keywords to ensure it hasn't already been reported.
- Please include as much detail as possible in your pull request description and follow the provided template. Be sure to highlight any changes that may need special attention or that you're unsure about.
- If your idea could significantly impact the crate or its users, it's best to discuss it in an issue first.
- Try to keep each pull request focused on a single change.
- Avoid mixing refactoring or reformatting with behavioral changes. Consider splitting such changes into separate PRs.
- Run
cargo fmtbefore committing. - Use Conventional Commits for commit messages (for example,
feat: add fooorfix: handle bar edge case). - Keep PR titles concise and aligned with Conventional Commits so they are
easy to scan (for example,
docs: update contributing).