Improve bug report template
Insert a code block to (hopefully) increase the chances that users format their terminal output.
This commit is contained in:
parent
0b4e484da0
commit
1a9429f3c7
1 changed files with 5 additions and 1 deletions
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -21,5 +21,9 @@ assignees: ''
|
|||
A clear and concise description of what the bug is.
|
||||
|
||||
On errors, please provide the output of the console (and `adb logcat` if relevant).
|
||||
Format them between code blocks (delimited by ```).
|
||||
|
||||
```
|
||||
Please paste terminal output in a code block.
|
||||
```
|
||||
|
||||
Please do not post screenshots of your terminal, just post the content as text instead.
|
||||
|
|
Loading…
Reference in a new issue