Skip to content

Commit 043dbed

Browse files
chore(issue-templates): auto-assign Bug/Feature issue types
Add `type:` field to bug_report and feature_request YAML templates so issues filed through them are auto-tagged with the org-level Issue Type (Bug, Feature) instead of relying on manual triage. Signed-off-by: Vipul Gupta (@vipulgupta2048) <vipulgupta2048@gmail.com> Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
1 parent 6c2384e commit 043dbed

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/1.bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Bug report
22
description: Report a bug for Command Code.
3+
type: Bug
34
labels: []
45
body:
56
- type: markdown

.github/ISSUE_TEMPLATE/2.feature_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Feature Request
22
description: Propose a new feature for Command Code.
3+
type: Feature
34
labels: []
45
body:
56
- type: markdown

0 commit comments

Comments
 (0)