Create --bug-report.md
This commit is contained in:
parent
a42c09efdd
commit
6a26786344
1 changed files with 54 additions and 0 deletions
54
.github/ISSUE_TEMPLATE/--bug-report.md
vendored
Normal file
54
.github/ISSUE_TEMPLATE/--bug-report.md
vendored
Normal file
|
@ -0,0 +1,54 @@
|
||||||
|
---
|
||||||
|
name: "\U0001F41BBug report"
|
||||||
|
about: "Something isn't working \U0001F915"
|
||||||
|
title: ''
|
||||||
|
labels: 'type: bug'
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Thanks for reporting an issue to LBRY and helping us improve!
|
||||||
|
|
||||||
|
To make it possible for us to help you, please fill out below information carefully.
|
||||||
|
|
||||||
|
Before reporting any issues, please make sure that you're using the latest version.
|
||||||
|
- App releases: https://github.com/lbryio/lbry-desktop/releases
|
||||||
|
- Standalone daemon: https://github.com/lbryio/lbry/releases
|
||||||
|
|
||||||
|
We are also available on live chat at https://chat.lbry.com
|
||||||
|
-->
|
||||||
|
|
||||||
|
**Bug**
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
**To Reproduce**
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
3. Scroll down to '....'
|
||||||
|
4. See error
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
|
**System Configuration**
|
||||||
|
|
||||||
|
<!-- For the app, this info is in the About section at the bottom of the Help page.
|
||||||
|
You can include a screenshot instead of typing it out -->
|
||||||
|
|
||||||
|
<!-- For the daemon, run:
|
||||||
|
curl 'http://localhost:5279' --data '{"method":"version"}'
|
||||||
|
and include the full output -->
|
||||||
|
|
||||||
|
- LBRY Daemon version:
|
||||||
|
- LBRY App version:
|
||||||
|
- LBRY Installation ID:
|
||||||
|
- Operating system:
|
||||||
|
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
Loading…
Add table
Reference in a new issue