Merge pull request #19899 from github/redsun82/copilot-instructions

Create copilot-instructions.md
This commit is contained in:
Paolo Tranquilli
2025-06-30 09:11:29 +02:00
committed by GitHub

4
.github/copilot-instructions.md vendored Normal file
View File

@@ -0,0 +1,4 @@
When reviewing code:
* do not review changes in files with `.expected` extension (they are automatically ensured to be correct).
* in `.ql` and `.qll` files, do not try to review the code itself as you don't understand the programming language
well enough to make comments in these languages. You can still check for typos or comment improvements.