From b5ab6c3fb9f0ae8abc17048433deee67ac035c3f Mon Sep 17 00:00:00 2001 From: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com> Date: Tue, 28 Dec 2021 10:18:59 -0500 Subject: [PATCH] Adjust a description in the product submission form Adjust the product name description to be more similar to other descriptions. --- .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 aa83f80..af54400 100644 --- a/.github/ISSUE_TEMPLATE/product-submission-form.yml +++ b/.github/ISSUE_TEMPLATE/product-submission-form.yml @@ -14,7 +14,7 @@ body: id: product-name attributes: label: Product name - description: What is the product? + description: What is the name of the product? validations: required: true - type: input