From 97af4ba015529e71e501f624affdf6a232707b68 Mon Sep 17 00:00:00 2001 From: Brandt Keller <43887158+brandtkeller@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:19:43 -0700 Subject: [PATCH] chore(docs): update issue template with expected deliverables line item (#590) --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + .github/ISSUE_TEMPLATE/feature_request.md | 7 +++++++ .github/ISSUE_TEMPLATE/tech_debt.md | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a730c000..0faa0c76 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -27,4 +27,5 @@ provider: ### Severity/Priority ### Additional Context + Add any other context or screenshots about the technical debt here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 7928b955..fa0f4052 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,6 +7,7 @@ assignees: '' --- ### Is your feature request related to a problem? Please describe. + A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] ### Describe the solution you'd like @@ -16,7 +17,13 @@ A clear and concise description of what the problem is. Ex. I'm always frustrate - **Then** something happens ### Describe alternatives you've considered + (optional) A clear and concise description of any alternative solutions or features you've considered. ### Additional context + Add any other context or screenshots about the feature request here. + +### Expected Deliverable + +What is the expected outcome of this issue? (Documentation, ADR, Functionality, etc) \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/tech_debt.md b/.github/ISSUE_TEMPLATE/tech_debt.md index 925fc5d4..c2857be1 100644 --- a/.github/ISSUE_TEMPLATE/tech_debt.md +++ b/.github/ISSUE_TEMPLATE/tech_debt.md @@ -17,3 +17,7 @@ A clear and concise description of what should be changed/researched. Ex. This p ### Additional context Add any other context or screenshots about the technical debt here. + +### Expected Deliverable + +What is the expected outcome of this issue? (Documentation, ADR, Functionality, etc) \ No newline at end of file