# Contributing
Hey_Listen welcomes everyone to get involved, may it be a pull request, suggestion, bug report or a wording improvement! :)
## Contributions
Contributions to Hey_Listen should be made via pull requests.
Issues display development-plans or required brainstorming, feel free to ask, suggest and discuss!
## Pull Request Checklist
- If you want to work on an issue, check if you are working on the right branch. Some issues have milestones assigned, each milestone represents a version and each version owns a branch.
- Commits shall be as small as possible, compile and pass all tests.
- If you fixed a bug, add a test for that bug. Tests belong inside the crate's root `tests`-folder.
- Last but not least, make sure your planned pull request merges cleanly, if it does not, rebase your changes.
If you have any questions left, ask in a related issue or open a new one! : )