From 60601f1785e0de39ada17d1a3c5fca5d3f9973fe Mon Sep 17 00:00:00 2001 From: A-Team Date: Fri, 20 Oct 2023 13:58:31 -0400 Subject: [PATCH] Issue Template (DEBT.yml) --- .github/ISSUE_TEMPLATE/DEBT.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/DEBT.yml b/.github/ISSUE_TEMPLATE/DEBT.yml index db5c3666..a24d76e9 100644 --- a/.github/ISSUE_TEMPLATE/DEBT.yml +++ b/.github/ISSUE_TEMPLATE/DEBT.yml @@ -17,6 +17,14 @@ body: description: Technical debt can include architecture, code, documentation, infrastructure, process, services, tests or more. Ideally we are looking for some problem, inefficiency, trade-off or obsoleted _thing_ that needs to be addressed before we can achieve engineering excellence... validations: required: true + - type: input + id: version + attributes: + label: Version(s) Affected + description: If this is a released product, what version are you utilizing currently? + placeholder: ex. v1.0.0 + validations: + required: false - type: textarea id: code attributes: @@ -31,4 +39,4 @@ body: - type: markdown attributes: value: | - > **NOTICE**: This issue will automatically be associated with the [A-Team Debt, Bugs & OSS](https://github.com/orgs/meltwater/projects/64) for prioritization. \ No newline at end of file + > **NOTICE**: This issue will automatically be associated with the [A-Team Debt, Bugs & OSS](https://github.com/orgs/meltwater/projects/64) for prioritization.