From df6ac390835efadda738624f4eb133f44b7fda74 Mon Sep 17 00:00:00 2001 From: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com> Date: Tue, 28 Dec 2021 12:21:46 -0500 Subject: [PATCH] Add inputs to product update form Add product vendor and product name inputs to the update form. This will ensure that even if a submitter does not update the title we capture this information. --- .github/ISSUE_TEMPLATE/product-update-form.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/product-update-form.yml b/.github/ISSUE_TEMPLATE/product-update-form.yml index 3ce52de..2167d7e 100644 --- a/.github/ISSUE_TEMPLATE/product-update-form.yml +++ b/.github/ISSUE_TEMPLATE/product-update-form.yml @@ -3,6 +3,22 @@ name: Update a Product description: Update information about a product in the database title: "[Product Update]: - " body: + - type: input + id: product-vendor + attributes: + label: Product vendor + description: Who is the vendor for the product? + placeholder: Cisco, Dell, IBM, etc. + validations: + required: true + - type: input + id: product-name + attributes: + label: Product name + description: What is the name of the product? + placeholder: AppDynamics, BigFix Inventory, Centera, etc. + validations: + required: true - type: textarea id: update-context attributes: