Skip to content

Commit dfa65df

Browse files
authored
Merge pull request #3467 from shiftstack/issuetyp
Add issue type to issue template
2 parents 04db7d6 + 97368e9 commit dfa65df

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.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)