From 0e9d1d5f0d9a05a6b9d12cca06d788ea880af0a2 Mon Sep 17 00:00:00 2001 From: Mohammad Minaie Date: Thu, 22 Jun 2023 12:00:33 -0400 Subject: [PATCH 1/2] Updates to the base issue type --- .github/ISSUE_TEMPLATE/issue-default.yml | 49 +++++++++++------------- 1 file changed, 23 insertions(+), 26 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue-default.yml b/.github/ISSUE_TEMPLATE/issue-default.yml index 665ba530d..1212f26db 100644 --- a/.github/ISSUE_TEMPLATE/issue-default.yml +++ b/.github/ISSUE_TEMPLATE/issue-default.yml @@ -1,37 +1,34 @@ name: Issue -description: Provide a title for the issue you are describing -title: "Please provide a clear title" -labels: ["review"] -# assignees: -# - kitsushadow +description: Describe the item + body: - type: markdown + id: help attributes: value: | - Describe the ticket your are capturing in further detail. + > **Note** + > GitHub Issues use [GitHub Flavored Markdown](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) for formatting. - type: textarea - id: why + id: issue attributes: - label: Ticket Description - description: Please provide details to accurately reflect why this ticket is being captured and also what is necessary to resolve. - placeholder: Provide details describing your lead up to needing this issue as well as any resolution or requirements for resolving or working on this more. - value: "While (working on or discussing) (issue #000 or domain request validation) I discovered there was (a missing workflow, an improvement, a missing feature). To resolve this (more research, a new feature, a new field, an interview) is required. Provide any links, screenshots, or mockups which would further detail the description." - validations: - required: true - - type: dropdown - id: type - attributes: - label: Issue Type - description: Does this work require - options: - - discovery (Default) - - development - - design review + label: Issue + description: | + Please describe the issue you are adding or content you are suggesting. + Share any next steps that should be taken our outcomes that would be beneficial. validations: required: true - type: textarea - id: Dependencies + id: additional-context attributes: - label: Link dependent issues - description: If this ticket is dependent on another issue or blocks a current issue, please link. - render: shell \ No newline at end of file + label: Additional Context (optional) + description: "Please include additional references (screenshots, design links, documentation, etc.) that are relevant" + - type: textarea + id: issue-links + attributes: + label: Issue Links (optional) + description: | + Does this issue relate to any other existing work? + + Example: + - 🚧 Blocked by: #123 + - 🔄 Relates to: #234 \ No newline at end of file From 05e990a8fd12cf4bf3c6fa7fefa21c33e5287ad7 Mon Sep 17 00:00:00 2001 From: Mohammad Minaie Date: Fri, 23 Jun 2023 09:17:46 -0400 Subject: [PATCH 2/2] updates to remove please --- .github/ISSUE_TEMPLATE/issue-default.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue-default.yml b/.github/ISSUE_TEMPLATE/issue-default.yml index 1212f26db..81ae25860 100644 --- a/.github/ISSUE_TEMPLATE/issue-default.yml +++ b/.github/ISSUE_TEMPLATE/issue-default.yml @@ -13,7 +13,7 @@ body: attributes: label: Issue description: | - Please describe the issue you are adding or content you are suggesting. + Describe the issue you are adding or content you are suggesting. Share any next steps that should be taken our outcomes that would be beneficial. validations: required: true @@ -21,7 +21,7 @@ body: id: additional-context attributes: label: Additional Context (optional) - description: "Please include additional references (screenshots, design links, documentation, etc.) that are relevant" + description: "Include additional references (screenshots, design links, documentation, etc.) that are relevant" - type: textarea id: issue-links attributes: