Skip to content

Commit b4c8f92

Browse files
authored
Update copilot-instructions.md
1 parent 163fbff commit b4c8f92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
When reviewing a pull request:
22
- Verify that any added algorithms or data structures aren’t already implemented elsewhere in the repository (including under a different name).
33
- Confirm that the proposed algorithm is a recognized computer-science algorithm, not a problem-specific adaptation of a general technique (e.g., tuned for LeetCode or other competitive-programming problems).
4+
- Check that the extension of all code file names is a lowercase r.
5+
- Check that DIRECTORY.md was updated correctly.

0 commit comments

Comments
 (0)