docs: add Suggested Solutions to GitHub issue template
This commit is contained in:
parent
1fc35d1175
commit
bb5e950ec7
1 changed files with 11 additions and 9 deletions
20
.github/ISSUE_TEMPLATE.md
vendored
20
.github/ISSUE_TEMPLATE.md
vendored
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
Thanks for reporting an issue to LBRY and helping us improve!
|
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.
|
||||||
|
|
||||||
|
@ -8,27 +8,29 @@ Before reporting any issues, please make sure that you're using the latest versi
|
||||||
- Standalone daemon: https://github.com/lbryio/lbry/releases
|
- Standalone daemon: https://github.com/lbryio/lbry/releases
|
||||||
|
|
||||||
We are also available on live chat at https://chat.lbry.io
|
We are also available on live chat at https://chat.lbry.io
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
## The Issue
|
## The Issue
|
||||||
|
|
||||||
### Steps to reproduce
|
### Steps to Reproduce
|
||||||
1.
|
1.
|
||||||
2.
|
2.
|
||||||
3.
|
3.
|
||||||
|
|
||||||
### Expected behaviour
|
### Expected Behaviour
|
||||||
Tell us what should happen
|
Tell us what should happen.
|
||||||
|
|
||||||
### Actual behaviour
|
### Actual Behaviour
|
||||||
Tell us what happens instead
|
Tell us what happens instead.
|
||||||
|
|
||||||
|
### Suggested Solutions
|
||||||
|
Tell us your suggested solutions if you have any.
|
||||||
|
|
||||||
## System Configuration
|
## System Configuration
|
||||||
|
|
||||||
<!-- For the app, this info is in the About section at the bottom of the Help page.
|
<!-- 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 -->
|
You can include a screenshot instead of typing it out -->
|
||||||
|
|
||||||
<!-- For the daemon, run:
|
<!-- For the daemon, run:
|
||||||
curl 'http://localhost:5279' --data '{"method":"version"}'
|
curl 'http://localhost:5279' --data '{"method":"version"}'
|
||||||
|
|
Loading…
Reference in a new issue