From e5fb9e2d3121fcda9148c6e0650d691680eeb8fb Mon Sep 17 00:00:00 2001 From: Pavlenex Date: Sat, 12 Dec 2020 17:37:00 +0100 Subject: [PATCH 1/4] update config yml template --- .github/ISSUE_TEMPLATE/config.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 2741e2c39..5ea5d0451 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,11 @@ blank_issues_enabled: false -contact_links: - - name: Community Support Chat +contact_links: + - name: 🚀 Discussions url: https://chat.btcpayserver.org/ - about: Ask general questions and get community support in real-time. + about: Technical discussions, questions and feature requests + - name: 📝 Official Documentation + url: https://github.com/btcpayserver/btcpayserver/discussions + 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 From 2e2ea657ef63dfb1681d22b46e4f3777063aad2b Mon Sep 17 00:00:00 2001 From: Pavlenex Date: Sat, 12 Dec 2020 17:40:37 +0100 Subject: [PATCH 2/4] delete feature request template Feature request shouldn't be in the issues unless accepted by the community. --- .github/ISSUE_TEMPLATE/feature_request.md | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 4c3216d81..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: Feature request -about: Suggest a new feature or enhancement -title: '' -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Sketch/Image/Wireframe/Mockup** - If applicable provide examples, wireframes, sketches or images to better explain your idea. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. From 0e6a8cc33ece1ae3c9d69a05a3fa94a40892dd37 Mon Sep 17 00:00:00 2001 From: Pavlenex Date: Sat, 12 Dec 2020 17:52:51 +0100 Subject: [PATCH 3/4] improve bug report template - Add emoji - Add hidden text to avoid repetition when people file an issue - add more blank space so it's clear where people need to type - formatting and better context --- .github/ISSUE_TEMPLATE/bug-report.md | 47 +++++++++++++++++++++------- 1 file changed, 36 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index a3b1b7587..7a7bd61e8 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,38 +1,63 @@ --- -name: Bug report -about: File a bug report -title: '' -labels: '' -assignees: '' +name: "\U0001F41B Bug report" +about: Report a bug or a technical issue --- + + **Describe the bug** A clear and concise description of what the bug is. -**To Reproduce** -Steps to reproduce the behavior: +**To Reproduce a bug** +Steps to reproduce the reported bug: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** + + **Screenshots** + + + **Your BTCPay Environment (please complete the following information):** -- BTCPay Server Version: [available in the right bottom corner of footer] -- Deployment Method: [e.g. Docker, Manual, Third-Party-host] -- Browser: [e.g. Chrome, Safari] +- BTCPay Server Version: +- Deployment Method: +- Browser: **Logs (if applicable)** -Basic logs can be found in Server Settings > Logs. More logs https://docs.btcpayserver.org/Troubleshooting/#2-looking-through-the-logs + + + **Setup Parameters** + + **Additional context** + + \ No newline at end of file From e6abce8022acc71b6ee5968929bfb9d6885e143e Mon Sep 17 00:00:00 2001 From: Pavlenex Date: Sun, 13 Dec 2020 13:20:52 +0100 Subject: [PATCH 4/4] 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