update issue template
This commit is contained in:
parent
9121b79f22
commit
2c8c400553
1 changed files with 8 additions and 3 deletions
11
.github/ISSUE_TEMPLATE.md
vendored
11
.github/ISSUE_TEMPLATE.md
vendored
|
@ -4,8 +4,8 @@ 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.
|
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.
|
Before reporting any issues, please make sure that you're using the latest version.
|
||||||
- App releases: https://github.com/lbryio/lbry-app/releases
|
- App: https://github.com/lbryio/lbry-app/releases
|
||||||
- Standalone daemon: https://github.com/lbryio/lbry/releases
|
- Daemon: https://github.com/lbryio/lbry/releases
|
||||||
|
|
||||||
We are also available on Discord at https://chat.lbry.io
|
We are also available on Discord at https://chat.lbry.io
|
||||||
-->
|
-->
|
||||||
|
@ -13,6 +13,11 @@ We are also available on Discord at https://chat.lbry.io
|
||||||
|
|
||||||
## The Issue
|
## The Issue
|
||||||
|
|
||||||
|
In order to <achieve some value>,
|
||||||
|
as a <type of user>,
|
||||||
|
I want <some functionality>.
|
||||||
|
|
||||||
|
|
||||||
### Steps to reproduce
|
### Steps to reproduce
|
||||||
1.
|
1.
|
||||||
2.
|
2.
|
||||||
|
@ -31,7 +36,7 @@ Tell us what happens instead
|
||||||
You can include a screenshot instead of typing it out -->
|
You can include a screenshot instead of typing it out -->
|
||||||
|
|
||||||
<!-- For the daemon, run:
|
<!-- For the daemon, run:
|
||||||
curl 'http://localhost:5279/lbryapi' --data '{"method":"version"}'
|
curl 'http://localhost:5279' --data '{"method":"version"}'
|
||||||
and include the full output -->
|
and include the full output -->
|
||||||
|
|
||||||
- LBRY Daemon version:
|
- LBRY Daemon version:
|
||||||
|
|
Loading…
Reference in a new issue