From 01a719c4c61f46292b818c06307c2d0c32f7bd20 Mon Sep 17 00:00:00 2001 From: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com> Date: Tue, 28 Dec 2021 13:59:16 -0500 Subject: [PATCH] Update dropdown in the product update 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. This mirrors changes done to the product submission form. --- .github/ISSUE_TEMPLATE/product-update-form.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/product-update-form.yml b/.github/ISSUE_TEMPLATE/product-update-form.yml index 0f66eb8..4e914e1 100644 --- a/.github/ISSUE_TEMPLATE/product-update-form.yml +++ b/.github/ISSUE_TEMPLATE/product-update-form.yml @@ -54,11 +54,11 @@ body: - type: dropdown id: product-updated attributes: - label: Product update available + label: Product update description: Is there an update available for the product? options: - - "Yes" - - "No" + - Available + - Not Available - type: input id: product-update-link attributes: