Add missing input to issue forms

Added an input to provide information about the date of a product's
last update.
pull/394/head
Nicholas McDonnell 2 years ago
parent 20f82c96c0
commit aa710d2818
No known key found for this signature in database
GPG Key ID: 7994ADE2A56BE5D1
  1. 5
      .github/ISSUE_TEMPLATE/product-submission-form.yml
  2. 5
      .github/ISSUE_TEMPLATE/product-update-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:

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

Loading…
Cancel
Save