Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/1.bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ body:
attributes:
value: |
Use this template to report bugs for Command Code. Feel free to [start a new thread in our discord forum](https://commandcode.ai/discord).
- type: textarea
attributes:
label: Summary
description: Briefly describe the issue and how it affects your workflow.
placeholder: Command Code hangs after /compact and I cannot send the queued message.
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior
Expand All @@ -20,6 +27,17 @@ body:
placeholder: Actual behavior...
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce the issue
description: Describe the actual steps to reproduce the issue.
placeholder: |
1. ...
2. ...
3. ...
4. ...
validations:
required: true
- type: input
id: version
attributes:
Expand Down
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/2.feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,12 @@ body:
label: Additional Context
description: Any additional information like screenshots and links that might help us understand your request.
placeholder: Additional context...
- type: dropdown
id: priority
attributes:
label: How important is this to you?
description: This helps us understand urgency and customer impact.
options:
- Nice to have
- Important for my workflow
- Blocking adoption or production use