From aa710d2818599379bc9db6e95d7e74ab6e2e8736 Mon Sep 17 00:00:00 2001 From: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com> Date: Sun, 26 Dec 2021 20:32:00 -0500 Subject: [PATCH] Add missing input to issue forms Added an input to provide information about the date of a product's last update. --- .github/ISSUE_TEMPLATE/product-submission-form.yml | 5 +++++ .github/ISSUE_TEMPLATE/product-update-form.yml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/product-submission-form.yml b/.github/ISSUE_TEMPLATE/product-submission-form.yml index c5a66b1..6e71253 100644 --- a/.github/ISSUE_TEMPLATE/product-submission-form.yml +++ b/.github/ISSUE_TEMPLATE/product-submission-form.yml @@ -63,6 +63,11 @@ body: attributes: label: Product update link description: If an update is available where can it be found? + - type: input + id: product-last-updated + attributes: + label: Last updated + description: When was the product last updated? - type: textarea id: product-notes attributes: diff --git a/.github/ISSUE_TEMPLATE/product-update-form.yml b/.github/ISSUE_TEMPLATE/product-update-form.yml index 109c12c..2789269 100644 --- a/.github/ISSUE_TEMPLATE/product-update-form.yml +++ b/.github/ISSUE_TEMPLATE/product-update-form.yml @@ -48,6 +48,11 @@ body: attributes: label: Product update link description: If an update is available where can it be found? + - type: input + id: product-last-updated + attributes: + label: Last updated + description: When was the product last updated? - type: textarea id: product-notes attributes: