Skip to content

Commit 7fc0f4f

Browse files
committed
task: Add type attribute to issue templates
Simplify triage by assigning a type to each issue.
1 parent c7efee1 commit 7fc0f4f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Bug report
22
description: Report a bug with the WordPress block editor or Gutenberg plugin
3+
type: Bug
34
labels: ['[Type] Bug']
45
body:
56
- type: markdown
@@ -74,4 +75,4 @@ body:
7475
- label: 'Block'
7576
- label: 'Classic'
7677
- label: 'Hybrid (e.g. classic with theme.json)'
77-
- label: 'Not sure'
78+
- label: 'Not sure'

.github/ISSUE_TEMPLATE/feature_request.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: Feature request
33
about: Propose an idea for a feature or an enhancement
4+
type: Bug
45
labels: "[Type] Enhancement"
56
---
67

0 commit comments

Comments
 (0)