Skip to content

Commit 1b35ba7

Browse files
committed
chore(issue_templates): add simple Task template
1 parent 05b67fc commit 1b35ba7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/ISSUE_TEMPLATE/task.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)