- All pull requests must be reviewed by at least two developers before being merged into the
mainbranch. - Reviewers should ensure:
- The code follows the project's coding standards.
- The functionality introduced by the pull request is working as expected.
- There are no conflicts with the
mainbranch.
- Any required changes or improvements should be communicated via the pull request comments.
- Once the pull request has been approved by two reviewers, it can be merged by one of the maintainers.
If there are conflicts with the main branch, the author of the pull request must resolve them before the pull request can be merged.
- Ensure all tests are passing before submitting a pull request.
- If the pull request introduces new functionality, make sure to update or add any necessary documentation.