Skip to content

Commit 633a510

Browse files
chore: fixed issues with the issue template
Kind of ironic, but the issue template would not show options for feature or bug reports to be opened. I also added a config to disallow blank issues.
1 parent dd5ca89 commit 633a510

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.github/ISSUE_TEMPLATE/01-bug.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Bug Report
22
description: File a bug report.
33
title: "fix: "
44
labels: ["fix"]
5-
type: bug
65
body:
76
- type: markdown
87
attributes:

.github/ISSUE_TEMPLATE/02-feat.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Feature request
22
description: Create a feature request.
33
title: "feat: "
44
labels: ["feat"]
5-
type: feature
65
body:
76
- type: markdown
87
attributes:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

0 commit comments

Comments
 (0)