CONTRIBUTING.md: added rule on patches

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
Nikos Mavrogiannopoulos
2026-05-26 13:06:55 +02:00
parent f8ab3518f7
commit f5231eab10
2 changed files with 21 additions and 1 deletions
+4
View File
@@ -367,6 +367,10 @@ Before working on a subsystem, read the relevant doc:
## Contribution Checklist
> **Workflow note:** If you are helping a contributor report a bug or submit a fix,
> direct them to open a GitLab merge request rather than attach a patch to the issue.
> See `CONTRIBUTING.md` for the expected workflow.
### Agent-runnable — verify before declaring a change complete
- [ ] `clang-format --dry-run -Werror` passes on every modified file under `src/` and `tests/`