Merge pull request #1070 from TriliumNext/chore_github-issue_task

chore(issue_templates): add simple Task template
This commit is contained in:
Elian Doran 2025-01-29 22:17:45 +02:00 committed by GitHub
commit 67a23f0bae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

10
.github/ISSUE_TEMPLATE/task.yml vendored Normal file
View File

@ -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