From d6b00fe39e00929c41bf00d96c38796c43930b31 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 20 Dec 2021 01:31:29 +0900 Subject: [PATCH] Update GitHub issue templates to redirect support requests to chat --- .../00-bug-issue.md} | 17 +++++++---- .github/ISSUE_TEMPLATE/30-feature-request.md | 28 +++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 8 ++++++ 3 files changed, 48 insertions(+), 5 deletions(-) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/00-bug-issue.md} (50%) create mode 100644 .github/ISSUE_TEMPLATE/30-feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/00-bug-issue.md similarity index 50% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/00-bug-issue.md index 08c50925e..b14e9e691 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/00-bug-issue.md @@ -1,7 +1,14 @@ +--- +name: 🐛 Bug Report +about: Report bugs or other issues to us on GitHub +--- + ### Description @@ -14,11 +21,11 @@ ### Steps to reproduce - + ### Expected behaviour - + ### Actual behaviour @@ -26,7 +33,7 @@ ### Screenshots - + #### Device or machine diff --git a/.github/ISSUE_TEMPLATE/30-feature-request.md b/.github/ISSUE_TEMPLATE/30-feature-request.md new file mode 100644 index 000000000..f3ce5ac75 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/30-feature-request.md @@ -0,0 +1,28 @@ +--- +name: ✨ Feature Request +about: Request a feature or suggest other enhancements 💡 +--- + + + +### Description + + + +### Problem to be solved + + + +### Proposed solution + + + +#### Additional info + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..020170eef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: 💬 Need help? Chat with us on Matrix + url: https://matrix.to/#/#mempool:bitcoin.kyoto + about: For support requests or general questions + - name: 💬 Need help? Chat with us on Keybase + url: https://keybase.io/team/mempool + about: For support requests or general questions