Skip to content

Commit 8b8bfbb

Browse files
committed
chore: add type field to issue template
1 parent 56ac8b9 commit 8b8bfbb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: "\U0001F41E Bug report"
22
description: Create a report to help us improve
3+
type: Bug
34
labels: ["pending triage"]
45
body:
56
- type: markdown

Diff for: .github/ISSUE_TEMPLATE/feature_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "\U0001F680 New feature proposal"
22
description: Suggest an idea for this project
3-
labels: ["feature request"]
3+
type: Feature
44
body:
55
- type: markdown
66
attributes:

0 commit comments

Comments
 (0)