From 230b4c999e47f0967ab130bdbf6a8a6eb3fdec1b Mon Sep 17 00:00:00 2001 From: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com> Date: Tue, 28 Dec 2021 10:27:14 -0500 Subject: [PATCH] Add placeholders in the product submission form Add placeholders for some of the required inputs in the form. This will be most helpful for the product version, but for completeness they have also been added for the product vendor and name. Co-authored-by: dav3r --- .github/ISSUE_TEMPLATE/product-submission-form.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/product-submission-form.yml b/.github/ISSUE_TEMPLATE/product-submission-form.yml index 0504f98..345c5d7 100644 --- a/.github/ISSUE_TEMPLATE/product-submission-form.yml +++ b/.github/ISSUE_TEMPLATE/product-submission-form.yml @@ -8,6 +8,7 @@ body: attributes: label: Product vendor description: Who is the vendor for the product? + placeholder: Cisco, Dell, IBM, etc. validations: required: true - type: input @@ -15,6 +16,7 @@ body: attributes: label: Product name description: What is the name of the product? + placeholder: AppDynamics, BigFix Inventory, Centera, etc. validations: required: true - type: input @@ -22,6 +24,7 @@ body: attributes: label: Product version(s) description: What version(s) of the product are affected? + placeholder: v2; 1.5; >3; >=4; >5, <6; etc. validations: required: true - type: dropdown