- Commit Messages follow the Conventional Commits pattern
- A feature commit message is prefixed "feat:"
- A bugfix commit message is prefixed "fix:"
- Tests for the changes have been added
- CI has been passed. (GitHub actions all turns green)
- CLA has been signed