We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6be6531 + 3735839 commit ae5b7e4Copy full SHA for ae5b7e4
.github/ISSUE_TEMPLATE/blank.yaml
@@ -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
14
+ label: Add a description
.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1 @@
+blank_issues_enabled: false
0 commit comments