From abc70b1787fa5e26e26f2c907c6d6db900e5caf0 Mon Sep 17 00:00:00 2001 From: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com> Date: Tue, 28 Dec 2021 10:54:24 -0500 Subject: [PATCH] Adjust markdown element in product update form Move the markdown element that explains available statuses down so it appears close to where a user is selecting the status. Given how form elements are rendered it has been adjusted to appear after the dropdown itself. This mirrors changes made in the product submission form. --- .../ISSUE_TEMPLATE/product-update-form.yml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/product-update-form.yml b/.github/ISSUE_TEMPLATE/product-update-form.yml index 2789269..3ce52de 100644 --- a/.github/ISSUE_TEMPLATE/product-update-form.yml +++ b/.github/ISSUE_TEMPLATE/product-update-form.yml @@ -3,17 +3,6 @@ name: Update a Product description: Update information about a product in the database title: "[Product Update]: - " body: - - type: markdown - attributes: - value: | - For questions about choice for status, please see the information below. - - - Unknown - Status unknown. Default choice. - - Affected - Reported to be affected by CVE-2021-44228. - - Not Affected - Reported to NOT be affected by CVE-2021-44228 and no - further action necessary. - - Fixed - Patch and/or mitigations available (see provided links). - - Under Investigation - Vendor investigating status. - type: textarea id: update-context attributes: @@ -35,6 +24,17 @@ body: - Not Affected - Fixed - Under Investigation + - type: markdown + attributes: + value: | + Please use the information below when selecting a status. + + - Unknown - Status unknown. Default choice. + - Affected - Reported to be affected by CVE-2021-44228. + - Not Affected - Reported to NOT be affected by CVE-2021-44228 and no + further action necessary. + - Fixed - Patch and/or mitigations available (see provided links). + - Under Investigation - Vendor investigating status. - type: dropdown id: product-updated attributes: