From 2fa9980f229b32510a01fc813c5f707b0a6747cd Mon Sep 17 00:00:00 2001 From: Lie Ryan Date: Mon, 28 Nov 2022 15:11:12 +1100 Subject: [PATCH] Update task.yaml --- .github/ISSUE_TEMPLATE/task.yaml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/task.yaml b/.github/ISSUE_TEMPLATE/task.yaml index 7148643e5..e742e2cf0 100644 --- a/.github/ISSUE_TEMPLATE/task.yaml +++ b/.github/ISSUE_TEMPLATE/task.yaml @@ -2,12 +2,9 @@ name: Task description: Other development tasks that doesn't fit more specific issue categories ---- - -**Description** - -Describe what needs to be done - -**Additional context** - -Add any other context about the problem here. +body: + - type: textarea + id: description + attributes: + label: Description + description: Describe what needs to be done?