Skip to content

Commit 6357bda

Browse files
committed
Enforce correct code formatting on the Copilot review comments
This avoids pinging random GitHub users
1 parent a8663a0 commit 6357bda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ Code review instructions:
1111
- Pull requests must include tests for all the new functionality. Test must be well-written using Cucumber, and must not be flaky. Functionality changes and bug fixes must also include the corresponding tests.
1212
- Disallow modifications to the project dependencies.
1313
- Clarity, correctness, and maintainability is preferred over cleverness or micro-optimizations.
14+
- In your code review comments, use `inline code formatting` to refer to code elements. For example: `SomeClass<String>` or `@Annotation`.

0 commit comments

Comments
 (0)