From dc76f68c3e4f5cb5942cb91ae9ddbd2941eec8c5 Mon Sep 17 00:00:00 2001 From: Sarah Gibson Date: Tue, 13 Aug 2024 10:28:09 +0100 Subject: [PATCH] Redesign new issue tempate to use the format we have been using --- .github/ISSUE_TEMPLATE/01_new-issue.yml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01_new-issue.yml b/.github/ISSUE_TEMPLATE/01_new-issue.yml index 3af610bcc8..9d1bd819cc 100644 --- a/.github/ISSUE_TEMPLATE/01_new-issue.yml +++ b/.github/ISSUE_TEMPLATE/01_new-issue.yml @@ -12,21 +12,25 @@ body: required: true - type: textarea - id: proposal + id: tasks attributes: - label: Proposal + label: Task list description: | - (optional) A clear and concise description of what we should do, if we have a next step in mind. - Add any guidance that will lower our uncertainty in resolving this (e.g., instructions, constraints to follow, red flags to avoid). + (optional) A clear and concise list of steps to take to close this issue. + value: | + ```[tasklist] + - [ ] + - [ ] + - [ ] + ``` validations: required: false - type: textarea - id: tasks + id: dod attributes: - label: Updates and actions + label: Definition of Done description: | - (optional) A place to track ongoing work items or tasks, as we figure them out. - + The Definition of Done. What must be true to consider this task complete? validations: - required: false + required: true