You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,12 @@ assignees: ''
7
7
8
8
---
9
9
10
+
(Optional) When submitting a bug report, please consider using an AI assistant to help create a minimal test case that demonstrates the issue. Then **before** submission, run your bug description through a strong model with a prompt such as:
11
+
12
+
> "Please review the AGENTS.md and README.md along with this bug report and check that it includes: a clear description of the problem, steps to reproduce, expected vs actual behavior, and a minimal test case that demonstrates the bug."
13
+
14
+
(Optional) Please then attach both the prompt and the model's review to the bottom of this template under "Augmented Intelligence Review".
15
+
10
16
**Describe the bug**
11
17
A clear and concise description of what the bug is.
12
18
@@ -36,3 +42,10 @@ If applicable, add screenshots to help explain your problem.
36
42
37
43
**Additional context**
38
44
Add any other context about the problem here.
45
+
46
+
**Checklist**
47
+
-[ ] Bug description is clear and concise
48
+
-[ ] Steps to reproduce are provided
49
+
-[ ] Expected vs actual behavior is described
50
+
-[ ] (Optional) Created minimal test case demonstrating the bug
51
+
-[ ] (Optional) Attached LLM strong model review and suggestions
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/custom.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,10 @@ assignees: ''
7
7
8
8
---
9
9
10
+
(Optional) When submitting this issue, please consider using an AI assistant to help analyze and articulate the problem. Then **before** submission, run your issue description through a strong model with a prompt such as:
11
+
12
+
> "Please review the AGENTS.md and README.md along with this issue description and check that it: clearly explains the problem or request, provides sufficient context, includes relevant details, and aligns with project standards."
13
+
14
+
(Optional) Please then attach both the prompt and the model's review to the bottom of this template under "Augmented Intelligence Review".
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,12 @@ assignees: ''
7
7
8
8
---
9
9
10
+
(Optional) When submitting a feature request, please consider using an AI assistant to validate your implementation approach. Then **before** submission, run your feature description through a strong model with a prompt such as:
11
+
12
+
> "Please review the AGENTS.md and README.md along with this feature request and check that it: aligns with project goals, doesn't duplicate existing functionality, includes concrete use cases, and suggests a reasonable implementation approach."
13
+
14
+
(Optional) Please then attach both the prompt and the model's review to the bottom of this template under "Augmented Intelligence Review".
15
+
10
16
**Is your feature request related to a problem? Please describe.**
11
17
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12
18
@@ -18,3 +24,10 @@ A clear and concise description of any alternative solutions or features you've
18
24
19
25
**Additional context**
20
26
Add any other context or screenshots about the feature request here.
27
+
28
+
**Checklist**
29
+
-[ ] Problem description is clear and concise
30
+
-[ ] Proposed solution is well-defined
31
+
-[ ] Alternatives have been considered
32
+
-[ ] (Optional) Validated implementation approach with AI assistant
33
+
-[ ] (Optional) Attached LLM strong model review and suggestions
0 commit comments