From 3d5785df4bd31cdc24dcaf506e97531054a592c1 Mon Sep 17 00:00:00 2001 From: Danny Colin Date: Thu, 4 Aug 2022 09:47:06 -0400 Subject: [PATCH] Make Troubleshooting Information optional --- .github/ISSUE_TEMPLATE/bug.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 12ae272..9e9f79a 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -21,14 +21,14 @@ body: 2. I clicked on ... 3. ... validations: - required: true + required: true - type: textarea id: actual_behavior attributes: label: "Actual behavior" description: "Provide a description of what is currently happening" validations: - required: true + required: true - type: textarea id: expected_behavior attributes: @@ -46,8 +46,8 @@ body: - type: textarea id: about_support attributes: - label: "Provide a copy of Troubleshooting Information page" + label: "Provide a copy of Troubleshooting Information page (optional)" 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 + required: false