Update dropdown in the product submission form

Update the product update dropdown's label and options. Mainly focused
on removing usage of Yes/No because these are boolean values in YAML
and thus needed special handling compared to other strings.

Co-authored-by: dav3r <david.redmin@trio.dhs.gov>
Co-authored-by: Shane Frasier <jeremy.frasier@trio.dhs.gov>
pull/394/head
Nicholas McDonnell 2 years ago
parent b5ab6c3fb9
commit 0804f1e8e9
No known key found for this signature in database
GPG Key ID: 7994ADE2A56BE5D1
  1. 6
      .github/ISSUE_TEMPLATE/product-submission-form.yml

@ -51,11 +51,11 @@ body:
- type: dropdown - type: dropdown
id: product-updated id: product-updated
attributes: attributes:
label: Product update available label: Product update
description: Is there an update available for the product? description: Is there an update available for the product?
options: options:
- "Yes" - Available
- "No" - Not Available
validations: validations:
required: true required: true
- type: input - type: input

Loading…
Cancel
Save