We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3761d48 commit 165b7e9Copy full SHA for 165b7e9
.github/copilot-instructions.md
@@ -190,6 +190,7 @@
190
5. **Remove trailing spaces:** All files must have trailing whitespace removed (pre-commit checks enforce this)
191
6. **Unix line terminators:** Unix regular \n terminators must be used
192
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.
194
195
### Commit Message Format
196
This repository uses **conventional commits**. Every commit message must follow this format:
0 commit comments