Skip to content

Commit 6c2384e

Browse files
authored
Merge pull request #360 from CommandCodeAI/copilot/improve-issue-templates
Improve GitHub issue templates
2 parents a459b35 + ad2b437 commit 6c2384e

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/1.bug_report.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ body:
66
attributes:
77
value: |
88
Use this template to report bugs for Command Code. Feel free to [start a new thread in our discord forum](https://commandcode.ai/discord).
9+
- type: textarea
10+
attributes:
11+
label: Summary
12+
description: Briefly describe the issue and how it affects your workflow.
13+
placeholder: Command Code hangs after /compact and I cannot send the queued message.
14+
validations:
15+
required: true
916
- type: textarea
1017
attributes:
1118
label: Expected Behavior
@@ -20,6 +27,17 @@ body:
2027
placeholder: Actual behavior...
2128
validations:
2229
required: true
30+
- type: textarea
31+
attributes:
32+
label: Steps to reproduce the issue
33+
description: Describe the actual steps to reproduce the issue.
34+
placeholder: |
35+
1. ...
36+
2. ...
37+
3. ...
38+
4. ...
39+
validations:
40+
required: true
2341
- type: input
2442
id: version
2543
attributes:

.github/ISSUE_TEMPLATE/2.feature_request.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,12 @@ body:
2323
label: Additional Context
2424
description: Any additional information like screenshots and links that might help us understand your request.
2525
placeholder: Additional context...
26+
- type: dropdown
27+
id: priority
28+
attributes:
29+
label: How important is this to you?
30+
description: This helps us understand urgency and customer impact.
31+
options:
32+
- Nice to have
33+
- Important for my workflow
34+
- Blocking adoption or production use

0 commit comments

Comments
 (0)