Skip to content

Commit ae5b7e4

Browse files
authored
Merge pull request #774 from hellofinch/templete
update issue template
2 parents 6be6531 + 3735839 commit ae5b7e4

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/ISSUE_TEMPLATE/blank.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Blank Issue
2+
description: Create a blank issue for discussion
3+
body:
4+
- type: checkboxes
5+
id: checks
6+
attributes:
7+
label: before ...
8+
options:
9+
- label: This issue is not about question or bug.
10+
required: true
11+
- type: textarea
12+
id: describe
13+
attributes:
14+
label: Add a description

.github/ISSUE_TEMPLATE/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

0 commit comments

Comments
 (0)