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.
pull/394/head
Nicholas McDonnell 2 years ago
parent a91ebf78a6
commit 90a215e618
No known key found for this signature in database
GPG Key ID: 7994ADE2A56BE5D1
  1. 1
      .github/ISSUE_TEMPLATE/product-submission-form.yml
  2. 1
      .github/ISSUE_TEMPLATE/product-update-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:

@ -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:

Loading…
Cancel
Save