From 092c288df247e8076cd31ea265b16e5b486cb4d4 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Wed, 29 Jan 2025 09:16:13 +0100 Subject: [PATCH] chore(issue_templates): add simple Task template --- .github/ISSUE_TEMPLATE/task.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/task.yml diff --git a/.github/ISSUE_TEMPLATE/task.yml b/.github/ISSUE_TEMPLATE/task.yml new file mode 100644 index 000000000..d818c39bf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task.yml @@ -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 \ No newline at end of file