From 22346d167663c4464accedfaf994a11e007f7d2b Mon Sep 17 00:00:00 2001 From: Nick <50747025+mcdonnnj@users.noreply.github.com> Date: Wed, 29 Dec 2021 09:54:17 -0500 Subject: [PATCH] Update input description in the product submission form Update the description for the product version input so that it fully accounts for multiple versions. Co-authored-by: Shane Frasier --- .github/ISSUE_TEMPLATE/product-submission-form.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/product-submission-form.yml b/.github/ISSUE_TEMPLATE/product-submission-form.yml index 37258d7..ebdabe5 100644 --- a/.github/ISSUE_TEMPLATE/product-submission-form.yml +++ b/.github/ISSUE_TEMPLATE/product-submission-form.yml @@ -23,7 +23,7 @@ body: id: product-versions attributes: label: Product version(s) - description: What version(s) of the product are affected? + description: What version(s) of the product is (are) affected? placeholder: v2; 1.5; >3; >=4; >5, <6; etc. validations: required: true