mirror of https://github.com/TriliumNext/Notes
Merge pull request #1070 from TriliumNext/chore_github-issue_task
chore(issue_templates): add simple Task templatepull/1076/head
commit
67a23f0bae
@ -0,0 +1,10 @@
|
||||
name: Task
|
||||
description: Create a new Task
|
||||
type: "Task"
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe Task
|
||||
description: A clear and concise description of what the task is about.
|
||||
validations:
|
||||
required: true
|
||||
Loading…
Reference in New Issue