Skip to content
Merged
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
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/1.bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,31 @@ body:
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
id: summary
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
id: expected-behavior
attributes:
label: Expected Behavior
description: Describe the expected behavior you were expecting.
placeholder: Expected behavior...
validations:
required: true
- type: textarea
id: actual-behavior
attributes:
label: Actual Behavior
description: Describe the actual behavior that occurred.
placeholder: Actual behavior...
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to reproduce the issue
description: Describe the actual steps to reproduce the issue.
Expand Down Expand Up @@ -70,6 +74,7 @@ body:
description: Which shell are you using?
placeholder: zsh
- type: textarea
id: additional-context
attributes:
label: Additional context
description: |
Expand Down