chore(issue_templates): add simple Task template

This commit is contained in:
Panagiotis Papadopoulos 2025-01-29 09:16:13 +01:00
parent 05b67fc486
commit 1b35ba762f

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