mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
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
This commit is contained in:
parent
2e2ea657ef
commit
0e6a8cc33e
1 changed files with 36 additions and 11 deletions
47
.github/ISSUE_TEMPLATE/bug-report.md
vendored
47
.github/ISSUE_TEMPLATE/bug-report.md
vendored
|
@ -1,38 +1,63 @@
|
||||||
---
|
---
|
||||||
name: Bug report
|
name: "\U0001F41B Bug report"
|
||||||
about: File a bug report
|
about: Report a bug or a technical issue
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Thank you for reporting a technical issue.
|
||||||
|
|
||||||
|
This issue tracker is only for bug reports and problems.
|
||||||
|
|
||||||
|
For general questions please read our documentation docs.btcpayserver.org. You can ask technical questions in discussions https://github.com/btcpayserver/btcpayserver/discussions and general support on our community chat chat.btcpayserver.org
|
||||||
|
|
||||||
|
Please fill in as much of the template below as you're able.
|
||||||
|
-->
|
||||||
|
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
**To Reproduce**
|
**To Reproduce a bug**
|
||||||
Steps to reproduce the behavior:
|
Steps to reproduce the reported bug:
|
||||||
1. Go to '...'
|
1. Go to '...'
|
||||||
2. Click on '....'
|
2. Click on '....'
|
||||||
3. Scroll down to '....'
|
3. Scroll down to '....'
|
||||||
4. See error
|
4. See error
|
||||||
|
|
||||||
**Expected behavior**
|
**Expected behavior**
|
||||||
|
|
||||||
|
<!--
|
||||||
A clear and concise description of what you expected to happen.
|
A clear and concise description of what you expected to happen.
|
||||||
|
-->
|
||||||
|
|
||||||
**Screenshots**
|
**Screenshots**
|
||||||
|
|
||||||
|
|
||||||
|
<!--
|
||||||
If applicable, add screenshots to help explain your problem.
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
-->
|
||||||
|
|
||||||
**Your BTCPay Environment (please complete the following information):**
|
**Your BTCPay Environment (please complete the following information):**
|
||||||
- BTCPay Server Version: [available in the right bottom corner of footer]
|
- BTCPay Server Version: <!--[available in the right bottom corner of footer] -->
|
||||||
- Deployment Method: [e.g. Docker, Manual, Third-Party-host]
|
- Deployment Method: <!--[e.g. Docker, Manual, Third-Party-host]-->
|
||||||
- Browser: [e.g. Chrome, Safari]
|
- Browser: <!--[e.g. Chrome, Safari]-->
|
||||||
|
|
||||||
**Logs (if applicable)**
|
**Logs (if applicable)**
|
||||||
Basic logs can be found in Server Settings > Logs. More logs https://docs.btcpayserver.org/Troubleshooting/#2-looking-through-the-logs
|
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Basic logs can be found in Server Settings > Logs.
|
||||||
|
More logs https://docs.btcpayserver.org/Troubleshooting/#2-looking-through-the-logs
|
||||||
|
-->
|
||||||
|
|
||||||
**Setup Parameters**
|
**Setup Parameters**
|
||||||
|
|
||||||
|
<!--
|
||||||
If you're reporting a deployment issue run `. btcpay-setup.sh -i` and paste the setup parameters here with your private information removed or obscured.
|
If you're reporting a deployment issue run `. btcpay-setup.sh -i` and paste the setup parameters here with your private information removed or obscured.
|
||||||
|
-->
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
|
|
||||||
|
<!--
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
|
-->
|
Loading…
Add table
Reference in a new issue