From 971d642c134383cf56af7291a073ff33c78768b4 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Fri, 21 Mar 2025 17:41:45 +0000 Subject: [PATCH] github: simplify issue template it was annoying that the checkbox got included in the submitted issue The "Description" text also gets included in the submitted issue, which is also annoying, but I could not figure out how to remove that. --- .../ISSUE_TEMPLATE/{issue.yml => 01_issue.yml} | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) rename .github/ISSUE_TEMPLATE/{issue.yml => 01_issue.yml} (72%) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/01_issue.yml similarity index 72% rename from .github/ISSUE_TEMPLATE/issue.yml rename to .github/ISSUE_TEMPLATE/01_issue.yml index e845cf15b..7a3f6cb4b 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/01_issue.yml @@ -14,17 +14,18 @@ body: * Do not post issues about non-**Bitcoin** versions of Electrum. ---- - - type: checkboxes - attributes: - label: Is there an existing issue for this already? - #description: Please search to see if this issue is already being tracked. - options: - - label: I have searched the existing issues - required: true + #- type: checkboxes + # attributes: + # label: Is there an existing issue for this already? + # #description: Please search to see if this issue is already being tracked. + # options: + # - label: I have searched the existing issues + # required: true - type: textarea id: main-text-body attributes: label: Description #description: Tell us what went wrong + placeholder: Please search existing issues for duplicates. validations: required: true