From c43df145c7149fe4457426daf0c494944f725789 Mon Sep 17 00:00:00 2001 From: Foundation Date: Fri, 20 Oct 2023 14:00:53 -0400 Subject: [PATCH] Issue Template (ATEAM_BUG.yml) --- .github/ISSUE_TEMPLATE/ATEAM_BUG.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/ATEAM_BUG.yml b/.github/ISSUE_TEMPLATE/ATEAM_BUG.yml index 5c49015..12f507a 100644 --- a/.github/ISSUE_TEMPLATE/ATEAM_BUG.yml +++ b/.github/ISSUE_TEMPLATE/ATEAM_BUG.yml @@ -17,6 +17,14 @@ body: description: What you observed, with as much detail as you can provide (pictures help)... 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: steps_to_reproduce attributes: