diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml index 42ea005..145d4b4 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -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 @@ -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: diff --git a/.github/ISSUE_TEMPLATE/2.feature_request.yml b/.github/ISSUE_TEMPLATE/2.feature_request.yml index 42e0d4b..6bffaed 100644 --- a/.github/ISSUE_TEMPLATE/2.feature_request.yml +++ b/.github/ISSUE_TEMPLATE/2.feature_request.yml @@ -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 \ No newline at end of file