We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c64a5b commit e6b7a09Copy full SHA for e6b7a09
2 files changed
.github/ISSUE_TEMPLATE/03-task.yml
@@ -0,0 +1,17 @@
1
+name: Task
2
+description: Work tracking for mainainers only!
3
+title: '[Task]:'
4
+type: 'Task'
5
+body:
6
+ - type: markdown
7
+ attributes:
8
+ value: |
9
+ ### This issue type should be used only by mainainers!
10
+ Task are to track small non user facing issue or improvements.
11
+ The issue will be closed if it does not follow those rules.
12
+ - type: textarea
13
14
+ label: 'Task to do:'
15
+ id: task
16
+ validations:
17
+ required: true
.github/ISSUE_TEMPLATE/config.yml
@@ -1 +1 @@
-blank_issues_enabled: true
+blank_issues_enabled: false
0 commit comments