From 301ca0940461ffd2bbff65110dfb4ff0906a6049 Mon Sep 17 00:00:00 2001 From: Carson Davis Date: Thu, 13 Jul 2023 12:06:19 -0500 Subject: [PATCH] Update issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 33 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 7aabcde8..c28c3333 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -7,38 +7,37 @@ body: value: | This is the Issue template! The values you add will be converted to a properly formatted Issue. - type: textarea - id: overview + id: description attributes: - label: Overview + label: Description description: Add two to three sentences that explain the context of this issue and what it will achieve. placeholder: your text goes here validations: required: true - type: textarea - id: acceptance-criteria + id: implementation-considerations attributes: - label: Acceptance Criteria + label: Implementation Considerations description: | - Add a list of criteria that must be met for the issue to be considered resolved. - If you type after the `- [ ]`, checkbox formatting will work automatically. - value: "- [ ] type your first criteria here" + Points that need to be considered when developing this feature/writing this doc + value: "- type your first consideration here" validations: required: true - type: textarea - id: dependencies + id: deliverable attributes: - label: Dependencies - description: Add a list of dependencies that must be completed before this issue can be finished. Ideally, these dependencies are other issues. If there are none, leave it blank. - placeholder: "github automatically provides a list of possible issues if you start by typing a `#`" + label: Deliverable + description: What will be shown to to team to demonstrate acceptance criteria are complete + placeholder: your text goes here validations: - required: false + required: true - type: textarea - id: risks + id: dependencies attributes: - label: Risks + label: Dependencies description: | - Add a list of risks that could prolong the milestone or prevent it from being completed. If there are none, you can delete the example text. - If you type after the `-`, list formatting will work automatically. - value: "- type your first risk here, after the dash" + Add cards on which this issue depends + Github automatically provides a list of possible issues if you start by typing a `#` + value: depends on validations: required: false