From a55f7411f86b44c20ff13c048ac8f2d55a6cfeb9 Mon Sep 17 00:00:00 2001 From: Danny Colin Date: Wed, 8 Jun 2022 18:57:00 -0400 Subject: [PATCH] Fix rendering for Troubleshooting info section --- .github/ISSUE_TEMPLATE/bug.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index ae9a624..12ae272 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -11,13 +11,6 @@ body: required: true - label: "I searched for existing reports to see if it hasn\'t already been reported" required: true - - type: textarea - id: about_support - attributes: - label: "Provide a copy of Troubleshooting Information page" - description: "To get a copy of the Troubleshooting Information page, type *about:support* in the address bar and click on the *Copy text to clipboard* button." - validations: - required: true - type: textarea id: step_to_reproduce attributes: @@ -50,4 +43,11 @@ body: description: "Provide any other information revelant to this issue" validations: required: false - + - type: textarea + id: about_support + attributes: + label: "Provide a copy of Troubleshooting Information page" + description: "To get a copy of the Troubleshooting Information page, type *about:support* in the address bar and click on the *Copy text to clipboard* button." + render: "plain text" + validations: + required: true