Skip to content

Commit 97368e9

Browse files
Add issue type to issue template
It seems supported now
1 parent 04db7d6 commit 97368e9

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Bug Report
22
description: File a bug report.
3-
title: "[Bug]: "
4-
# type: Bug ## Not supported yet, despite docs saying otherwise: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms#top-level-syntax
3+
type: Bug
54
body:
65
- type: markdown
76
attributes:

.github/ISSUE_TEMPLATE/rfe.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Feature request
22
description: Suggest an idea for this project.
3-
title: "[RFE]: "
4-
# type: Feature ## Not supported yet, despite docs saying otherwise: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms#top-level-syntax
3+
type: Feature
54
body:
65
- type: markdown
76
attributes:

0 commit comments

Comments
 (0)