From e580d6f9047eb01c954ef18a54148e36682544a6 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Wed, 24 Nov 2021 11:33:26 -0900 Subject: [PATCH] Create v1-tasks template --- .github/ISSUE_TEMPLATE/v1-task | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/v1-task diff --git a/.github/ISSUE_TEMPLATE/v1-task b/.github/ISSUE_TEMPLATE/v1-task new file mode 100644 index 000000000000..fddbfa30e94a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/v1-task @@ -0,0 +1,19 @@ +--- +name: v1.0.0b Task +description: "CONTRIBUTORS ONLY: Submit a Task that needs to be completed" +title: "[v1.0.0b] [Task] - TASK DESCRIPTION" +body: + - type: textarea + id: problem + attributes: + label: What is the problem this task addresses? + placeholder: A clear and concise description of what the problem this task will address. + validations: + required: true + - type: textarea + id: problem + attributes: + label: Proposed/Possible Solution(s)? + placeholder: Provide as much context around the idea as possible with potential files and roadblocks that may come up + validations: + required: true