Skip to content

Commit 7836c6b

Browse files
Add issue label guidelines for astroid-related issues
Add instructions to check GitHub issue labels and only create regression tests for astroid-related issues that cannot be fixed from this repository. Co-authored-by: Pierre-Sassoulas <[email protected]>
1 parent 0431da8 commit 7836c6b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/copilot-instructions.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Always follow these instructions first and fallback to additional search and con
44
gathering only if the information in these instructions is incomplete or found to be in
55
error.
66

7+
## Issue Label Guidelines
8+
9+
Before attempting to fix any issue, check the GitHub issue labels using the GitHub API:
10+
11+
- If an issue is labeled with "Astroid", "Needs astroid update", "Needs astroid constraint", or "Needs astroid Brain 🧠", **ONLY** create regression tests
12+
- Do **NOT** attempt to fix astroid-related issues as you cannot modify astroid from this repository
13+
- For astroid-related issues, focus on creating comprehensive regression tests that reproduce the problem
14+
- All other issues can be fixed normally following the standard development workflow
15+
716
## Development Environment Setup
817

918
### Basic Installation

0 commit comments

Comments
 (0)