Skip to content

Commit 9abffc8

Browse files
authored
Update copilot-instructions.md
1 parent f0c8fcd commit 9abffc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Before submitting a pull request, verify that your code:
5252

5353
When reviewing a pull request:
5454
- Verify that any added algorithms or data structures aren't already implemented elsewhere in the repository (including under a different name)
55-
- 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)
55+
- 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). It is prohibited to add LeetCode problems.
5656
- Check that the extension of all code file names is a lowercase `.r`
57-
- Check that DIRECTORY.md was updated correctly
57+
- Check that the newly added algorithm is also added to DIRECTORY.md file
5858
- Verify that the code includes appropriate documentation and examples
5959
- Ensure that variable naming follows repository conventions

0 commit comments

Comments
 (0)