From a91599db370cbe2a03bd694629ae8abe73d61ebf Mon Sep 17 00:00:00 2001 From: "Vipul Gupta (@vipulgupta2048)" Date: Fri, 26 Jun 2026 19:50:17 +0530 Subject: [PATCH] fix: add issue form prefill ids Co-authored-by: CommandCodeBot --- .github/ISSUE_TEMPLATE/1.bug_report.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml index 2639eec..b6de704 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -8,6 +8,7 @@ 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. @@ -15,6 +16,7 @@ body: validations: required: true - type: textarea + id: expected-behavior attributes: label: Expected Behavior description: Describe the expected behavior you were expecting. @@ -22,6 +24,7 @@ body: validations: required: true - type: textarea + id: actual-behavior attributes: label: Actual Behavior description: Describe the actual behavior that occurred. @@ -29,6 +32,7 @@ body: 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. @@ -70,6 +74,7 @@ body: description: Which shell are you using? placeholder: zsh - type: textarea + id: additional-context attributes: label: Additional context description: |