Skip to content

Commit 8243542

Browse files
authored
Merge pull request #43 from 10up/update/issue-template-types
Update issue templates to use Type field
2 parents ff0b608 + 50a72e0 commit 8243542

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: "\U0001F41B Bug report"
22
description: "Report a bug with this project."
3-
labels: "type:bug"
43
type: "Bug"
54
body:
65
- type: markdown

.github/ISSUE_TEMPLATE/2-enhancement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "\U0001F680 Enhancement"
22
description: "Suggest an idea for this project."
3-
labels: "type:enhancement"
3+
type: "Enhancement"
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/3-help.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "❓ Need help?"
22
description: "Ask us a question, we are here to help!"
33
labels: "type:question"
4+
type: "Task"
45
body:
56
- type: markdown
67
attributes:

0 commit comments

Comments
 (0)