Skip to content

Commit 644599d

Browse files
authored
ci: bug/feature template add type key (#19550)
1 parent 2c51565 commit 644599d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "\U0001F41E Bug report"
22
description: Report an issue with Vite
33
labels: [pending triage]
4+
type: Bug
45
body:
56
- type: markdown
67
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "\U0001F680 New feature proposal"
22
description: Propose a new feature to be added to Vite
33
labels: ["enhancement: pending triage"]
4+
type: Feature
45
body:
56
- type: markdown
67
attributes:

0 commit comments

Comments
 (0)