Skip to content

Commit dbc2cbf

Browse files
committed
chore(issue-templates): custom blank template
1 parent 24475b6 commit dbc2cbf

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Blank issue
2+
description: Create a new issue from scratch
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
Thank you for contributing an issue to our project!
8+
- type: markdown
9+
attributes:
10+
value: |
11+
If you are reporting a bug or requesting a feature, please click "Choose a different template" above.
12+
- type: textarea
13+
id: description
14+
attributes:
15+
label: Description
16+
validations:
17+
required: true

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