Skip to content

Commit 5bf6306

Browse files
authored
Update guidelines for code review process
Added a guideline to justify or remove unused/dead code.
1 parent 774efc3 commit 5bf6306

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Main development branch: `mdev`
6969
- **Acknowledge good patterns** when you see them. Summarize good practices as part of your review - positive feedback always helps.
7070
- **Provide references** when making analyses or recommendations. Base them on the correct branch or PR.
7171
- **Look for user-visible "breaking" changes**. Ask for confirmation that these were made intentionally.
72+
- **Unused / dead code must be justified or removed**. This helps to keep the codebase clean, maintainable and readable.
7273
- **C++ formatting available**: `clang-format` is installed but not in CI
7374
- No automated linting is configured — match existing code style in files you edit. See `cpp.instructions.md` and `web.instructions.md` for language-specific conventions, and `cicd.instructions.md` for GitHub Actions workflows.
7475

0 commit comments

Comments
 (0)