From 0e6a8cc33ece1ae3c9d69a05a3fa94a40892dd37 Mon Sep 17 00:00:00 2001 From: Pavlenex Date: Sat, 12 Dec 2020 17:52:51 +0100 Subject: [PATCH] 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