From e6abce8022acc71b6ee5968929bfb9d6885e143e Mon Sep 17 00:00:00 2001 From: Pavlenex Date: Sun, 13 Dec 2020 13:20:52 +0100 Subject: [PATCH] Apply Kukk's suggestions from code review Co-authored-by: Andrew Camilleri --- .github/ISSUE_TEMPLATE/bug-report.md | 4 ++-- .github/ISSUE_TEMPLATE/config.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 7a7bd61e8..d21b62b3f 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -17,7 +17,7 @@ Please fill in as much of the template below as you're able. **Describe the bug** A clear and concise description of what the bug is. -**To Reproduce a bug** +**To Reproduce the bug** Steps to reproduce the reported bug: 1. Go to '...' 2. Click on '....' @@ -60,4 +60,4 @@ If you're reporting a deployment issue run `. btcpay-setup.sh -i` and paste the \ No newline at end of file +--> diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 5ea5d0451..b5d8c5c38 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,11 @@ blank_issues_enabled: false contact_links: - name: 🚀 Discussions - url: https://chat.btcpayserver.org/ + url: https://github.com/btcpayserver/btcpayserver/discussions about: Technical discussions, questions and feature requests - name: 📝 Official Documentation - url: https://github.com/btcpayserver/btcpayserver/discussions + url: https://docs.btcpayserver.org about: Check our documentation for answers to common questions - name: 💬 Community Support Chat url: https://chat.btcpayserver.org/ - about: Ask general questions and get community support in real-time \ No newline at end of file + about: Ask general questions and get community support in real-time