From 1e71423761a4dc3ffd7ea1c9609d046236350138 Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Mon, 9 May 2022 17:46:33 -0400 Subject: [PATCH 1/3] Remove keybase link and emphasize matrix link By using a bolder emoji. --- .github/ISSUE_TEMPLATE/config.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 020170eef..d26923e74 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,5 @@ 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 + - name: 🙋 Need help? Chat with us on Matrix + url: https://matrix.to/#/#mempool.support:bitcoin.kyoto about: For support requests or general questions From 062b825dd728a6921a2669bd96b95c584538ce91 Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Mon, 9 May 2022 17:53:58 -0400 Subject: [PATCH 2/3] Remove keybase from issue templates Also link to #mempool.support instead of #mempool matrix rooms. --- .github/ISSUE_TEMPLATE/00-bug-issue.md | 7 +++---- .github/ISSUE_TEMPLATE/30-feature-request.md | 5 ++--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/00-bug-issue.md b/.github/ISSUE_TEMPLATE/00-bug-issue.md index b14e9e691..aaa5ef5c7 100644 --- a/.github/ISSUE_TEMPLATE/00-bug-issue.md +++ b/.github/ISSUE_TEMPLATE/00-bug-issue.md @@ -1,14 +1,13 @@ --- name: 🐛 Bug Report -about: Report bugs or other issues to us on GitHub +about: Report bugs (no support requests, please) --- ### Description diff --git a/.github/ISSUE_TEMPLATE/30-feature-request.md b/.github/ISSUE_TEMPLATE/30-feature-request.md index f3ce5ac75..82b3c00a3 100644 --- a/.github/ISSUE_TEMPLATE/30-feature-request.md +++ b/.github/ISSUE_TEMPLATE/30-feature-request.md @@ -6,9 +6,8 @@ about: Request a feature or suggest other enhancements 💡 ### Description From 15b99e724a03e8f09eee2cf52e2903d22adf209e Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Tue, 10 May 2022 18:31:42 -0400 Subject: [PATCH 3/3] Remove bulb emoji So users pay max attention to option titles and pick the right one. --- .github/ISSUE_TEMPLATE/30-feature-request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/30-feature-request.md b/.github/ISSUE_TEMPLATE/30-feature-request.md index 82b3c00a3..8dbbf56de 100644 --- a/.github/ISSUE_TEMPLATE/30-feature-request.md +++ b/.github/ISSUE_TEMPLATE/30-feature-request.md @@ -1,6 +1,6 @@ --- name: ✨ Feature Request -about: Request a feature or suggest other enhancements 💡 +about: Request a feature or suggest other enhancements ---