Skip to content

Commit 165b7e9

Browse files
committed
Update copilot instructions
1 parent 3761d48 commit 165b7e9

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
@@ -190,6 +190,7 @@
190190
5. **Remove trailing spaces:** All files must have trailing whitespace removed (pre-commit checks enforce this)
191191
6. **Unix line terminators:** Unix regular \n terminators must be used
192192
7. **DO NOT modify CHANGELOG.md:** The changelog is updated automatically during the release process and should not be modified in pull requests
193+
8. When you add new tests while fixing a bug, ensure that those tests fail with the current code version and pass with your proposed changes.
193194

194195
### Commit Message Format
195196
This repository uses **conventional commits**. Every commit message must follow this format:

0 commit comments

Comments
 (0)