Skip to content

Commit a91599d

Browse files
fix: add issue form prefill ids
Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
1 parent 875c065 commit a91599d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/1.bug_report.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,31 @@ body:
88
value: |
99
Use this template to report bugs for Command Code. Feel free to [start a new thread in our discord forum](https://commandcode.ai/discord).
1010
- type: textarea
11+
id: summary
1112
attributes:
1213
label: Summary
1314
description: Briefly describe the issue and how it affects your workflow.
1415
placeholder: Command Code hangs after /compact and I cannot send the queued message.
1516
validations:
1617
required: true
1718
- type: textarea
19+
id: expected-behavior
1820
attributes:
1921
label: Expected Behavior
2022
description: Describe the expected behavior you were expecting.
2123
placeholder: Expected behavior...
2224
validations:
2325
required: true
2426
- type: textarea
27+
id: actual-behavior
2528
attributes:
2629
label: Actual Behavior
2730
description: Describe the actual behavior that occurred.
2831
placeholder: Actual behavior...
2932
validations:
3033
required: true
3134
- type: textarea
35+
id: steps-to-reproduce
3236
attributes:
3337
label: Steps to reproduce the issue
3438
description: Describe the actual steps to reproduce the issue.
@@ -70,6 +74,7 @@ body:
7074
description: Which shell are you using?
7175
placeholder: zsh
7276
- type: textarea
77+
id: additional-context
7378
attributes:
7479
label: Additional context
7580
description: |

0 commit comments

Comments
 (0)