Skip to content

Commit 45701ba

Browse files
committed
- updated approval policy
- addeded a note about branch naming Signed-off-by: Angelo De Caro <[email protected]>
1 parent b615e57 commit 45701ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DEVELOPMENT.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,12 @@ To maintain clarity and traceability across contributions, all pull requests mus
8383
This should be done via the Development section of the GitHub PR interface (not just mentioned in the description).
8484
This ensures the PR is formally connected to the issue for proper project tracking and status updates.
8585
- **One Approve Policy**: Each PR must receive at least one `approve` from the maintainers of the project before it can be merged.
86+
The approver must ensure that the PR has been reviewed properly and that all CI/CD tests finish successfully.
8687

8788
This ensures that all contributions are tracked, visible on the project board, and aligned with the roadmap.
8889

8990
## 4. Additional Notes
90-
91+
- Name a branch with a concise description of its purpose.
9192
- Use clear, concise commit messages (preferably using [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)).
9293
- Squash commits as needed before submission to keep the history clean.
9394
- Open a pull request only after your branch is up-to-date and rebased on `main`.

0 commit comments

Comments
 (0)