Skip to content

Commit

Permalink
Issue templates: add new issue type option
Browse files Browse the repository at this point in the history
This new option was added as part of this set of changes to GitHub issues:
https://github.blog/changelog/2024-10-01-evolving-github-issues-public-preview/

It will prove useful to sort issues using the new "Type" option displayed in the GitHub issue sidebar.
  • Loading branch information
jeherve committed Oct 3, 2024
1 parent e37f4cc commit 8c935d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Bug report
description: Report a bug with the WordPress block editor or Gutenberg plugin
labels: ['[Type] Bug']
type: 'Bug'
body:
- type: markdown
attributes:
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/Bug_report_mobile.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: Bug report (Mobile)
about: Report a bug with the mobile app version of Gutenberg
labels: Mobile App - i.e. Android or iOS
type: 'Bug'

---

Expand Down Expand Up @@ -40,7 +41,7 @@ Please list the steps needed to reproduce the bug. For example:
## Screenshots or screen recording (optional)
<!--
If possible, please upload a screenshot or screen recording which demonstrates
the bug.
the bug.
-->

## WordPress information
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: Feature request
about: Propose an idea for a feature or an enhancement
labels: "[Type] Enhancement"
type: 'Enhancement'

---

Expand Down

0 comments on commit 8c935d9

Please sign in to comment.