From 2d6ad49a38eaef01c12b684839cdc8c57486be1a Mon Sep 17 00:00:00 2001 From: SomberNight Date: Wed, 19 Feb 2025 15:41:16 +0000 Subject: [PATCH] github: migrate to new-style issue templates --- .github/ISSUE_TEMPLATE.md | 2 -- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/issue.yml | 30 ++++++++++++++++++++++++++++++ 3 files changed, 38 insertions(+), 2 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/issue.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index ef05ebc2a..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,2 +0,0 @@ - diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..ffcde8c01 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: +# - name: Electrum Security Policy +# url: https://github.com/spesmilo/electrum/blob/master/SECURITY.md +# about: View security policy + - name: Community Forum + url: https://bitcointalk.org/index.php?board=98.0 + about: Ask non-development-related questions here diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml new file mode 100644 index 000000000..e845cf15b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -0,0 +1,30 @@ +name: Issue +description: Submit a new issue. +#labels: [bug] +body: + - type: markdown + attributes: + value: | + ## Read this first! + + * This issue tracker is for bug reports and development, not general questions. + * There is no private support! Scammers will reply to you here and tell you to go to their external website or contact them privately in email/telegram/whatsapp/etc. + They will try to **steal** your coins! + Be extremely suspicious of anyone offering help in a non-public way. Scammers will want to chat with you in private as then other people will not get a chance to point out the scam. + * 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: textarea + id: main-text-body + attributes: + label: Description + #description: Tell us what went wrong + validations: + required: true