- All tests and checks should run in CI and be enforced
- Pull requests should follow chapters coding guidelines
- Code review with atleast 2 reviewers before merging anything is enforced
- Static code analysis should always pass
- Prefer that new business logic has unit test
- New features should have E2E tests to verify business requirements