We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fab899 + 1b35ba7 commit 67a23f0Copy full SHA for 67a23f0
.github/ISSUE_TEMPLATE/task.yml
@@ -0,0 +1,10 @@
1
+name: Task
2
+description: Create a new Task
3
+type: "Task"
4
+body:
5
+- type: textarea
6
+ attributes:
7
+ label: Describe Task
8
+ description: A clear and concise description of what the task is about.
9
+ validations:
10
+ required: true
0 commit comments