Skip to content

Commit 875c065

Browse files
Merge pull request #385 from CommandCodeAI/add-issue-types-to-templates
chore(issue-templates): auto-assign Bug/Feature issue types
2 parents 6c2384e + 043dbed commit 875c065

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)