Skip to content

Commit

Permalink
Issue templates: add new issue type option (#39637)
Browse files Browse the repository at this point in the history
This was added as an option as part of this set of changes to GitHub issues:
https://github.blog/changelog/2024-10-01-evolving-github-issues-public-preview/
  • Loading branch information
jeherve authored Oct 3, 2024
1 parent e164a7e commit 9e749b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
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 issues with one of our products.
labels: [ 'Needs triage', '[Type] Bug' ]
type: 'Bug'
body:
- type: markdown
attributes:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Enhancement Request
description: Suggest a change to a feature you like!
title: "Enhancement:"
labels: ["[Type] Enhancement"]
type: 'Enhancement'
body:
- type: dropdown
id: plugin-type
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Feature Request
description: Suggest an idea for this project!
title: "Feature Request:"
labels: ["[Type] Feature Request"]
type: 'Enhancement'
body:
- type: dropdown
id: plugin-type
Expand Down

0 comments on commit 9e749b9

Please sign in to comment.