1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00
electrs/.github/ISSUE_TEMPLATE/bug.md
2023-06-30 18:43:37 +03:00

60 lines
1.5 KiB
Markdown

---
name: Bug report
about: Generic bug report
title: 'Bug:'
labels: bug
assignees: ''
---
<!--
IMPORTANT: IF YOU DON'T FILL THIS TEMPLATE COMPLETELY IT WILL TAKE MORE TIME FOR US TO HELP YOU!
SOME EXTERNAL ELECTRS GUIDES SUCH AS RASPIBOLT ARE OUTDATED AND DO NOT WORK SO SHOULD NOT BE FOLLOWED!
Please try with OUR usage instructions first.
If you use electrs integrated into other project report the bug to their project
(unless you are the project author who found the bug is in electrs itself)!
-->
**Describe the bug**
A clear and concise description of what the bug is.
**Electrs version**
Which version of `electrs` do you use? Please try to use newest version if possible.
If it's not the newest version why you can't try the newest one?
**To Reproduce**
Steps to reproduce the behavior:
1. Configure and start electrs
2. Connect with electrum client XYZ
3. Wait
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Configuration**
<!-- repeat the whole details block if you use multiple config files -->
<details>
<summary>electrs.toml</summary>
```
type error message here
```
</details>
Environment variables: `ELECTRS_X=Y;...`
Arguments: `--foo`
**System running electrs**
- Deployment method: manual (which guide did you follow?)/native OS package/Docker
- OS name and version (name of distribution and version in case of Linux)
**Electrum client**
Client name (if not upstream desktop Electrum) and version:
**Additional context**
Add any other context about the problem here.