We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62d118 commit 64c50beCopy full SHA for 64c50be
1 file changed
.github/ISSUE_TEMPLATE/03-task.yml
@@ -1,13 +1,15 @@
1
name: Task
2
description: Work tracking for mainainers only!
3
-title: ''
+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 rule.
+ The issue will be closed if it does not follow those rules.
12
+ - type: textarea
13
+ id: task
14
validations:
15
required: true
0 commit comments