Skip to content

Commit

Permalink
Merge pull request #43 from 10up/update/issue-template-types
Browse files Browse the repository at this point in the history
Update issue templates to use Type field
  • Loading branch information
jeffpaul authored Jan 7, 2025
2 parents ff0b608 + 50a72e0 commit 8243542
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/1-bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: "\U0001F41B Bug report"
description: "Report a bug with this project."
labels: "type:bug"
type: "Bug"
body:
- type: markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2-enhancement.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "\U0001F680 Enhancement"
description: "Suggest an idea for this project."
labels: "type:enhancement"
type: "Enhancement"
body:
- type: markdown
attributes:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/3-help.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "❓ Need help?"
description: "Ask us a question, we are here to help!"
labels: "type:question"
type: "Task"
body:
- type: markdown
attributes:
Expand Down

0 comments on commit 8243542

Please sign in to comment.