# Contribution Guidelines
## ☑️ Checklist
- No redirect pushes to the repos
- All changes must be reviewed by other engineers
- use `git blame` to find the right person to ask for review
- Any user visible change must be accompanied by a change to README
- Adhere to good [git commit etiquettes][git-commits]; `tl;dr`:
- A single commit for each atomic step
- Multipe commits are fine for a feature (use merge commits)
- The commit explains why we need it
- Include a link to the GitHub issue (unless trivial)
---
[git-commits]: https://chris.beams.io/posts/git-commit/