Skip to content

Commit 7e2d256

Browse files
authored
github: Add issue type to GitHub issue template (#232)
* github: add issue type to issue templates
1 parent 3d805dc commit 7e2d256

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/ISSUE_TEMPLATE/2-bug-report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: 🐞 Bug
22
description: File a bug/issue.
33
title: "[BUG] <title>"
44
labels: ["bug"]
5+
type: Bug
56
projects: []
67
assignees: []
78
body:

.github/ISSUE_TEMPLATE/3-feature-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: 💡 Feature Request
22
description: Suggest an idea for this project.
33
title: "[Feature]: <title>"
44
labels: ["enhancement"]
5+
type: Feature
56
projects: []
67
body:
78
- type: markdown

0 commit comments

Comments
 (0)