Skip to content

Commit 67a23f0

Browse files
authored
Merge pull request #1070 from TriliumNext/chore_github-issue_task
chore(issue_templates): add simple Task template
2 parents 6fab899 + 1b35ba7 commit 67a23f0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/ISSUE_TEMPLATE/task.yml

+10
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)