From 90a215e6188daba6c5893f2dd17ba7bafd2fa21b Mon Sep 17 00:00:00 2001 From: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com> Date: Tue, 28 Dec 2021 12:45:46 -0500 Subject: [PATCH] Add a placeholder to the product issue forms Add a placeholder value for the last updated input in both the product submission and product update issue forms. This will encourage the appropriate timestamp format. --- .github/ISSUE_TEMPLATE/product-submission-form.yml | 1 + .github/ISSUE_TEMPLATE/product-update-form.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/product-submission-form.yml b/.github/ISSUE_TEMPLATE/product-submission-form.yml index 345c5d7..9353ce6 100644 --- a/.github/ISSUE_TEMPLATE/product-submission-form.yml +++ b/.github/ISSUE_TEMPLATE/product-submission-form.yml @@ -71,6 +71,7 @@ body: attributes: label: Last updated description: When was the product last updated? + placeholder: "2021-12-06" - 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 58f6ec9..0f66eb8 100644 --- a/.github/ISSUE_TEMPLATE/product-update-form.yml +++ b/.github/ISSUE_TEMPLATE/product-update-form.yml @@ -69,6 +69,7 @@ body: attributes: label: Last updated description: When was the product last updated? + placeholder: "2021-12-06" - type: textarea id: product-notes attributes: