Simplify issue template crash section
This commit is contained in:
parent
e3414b5d6b
commit
73df91cb28
1 changed files with 5 additions and 4 deletions
9
.github/ISSUE_TEMPLATE/bug_report.md
vendored
9
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -57,12 +57,13 @@ Yes/No
|
||||||
|
|
||||||
### Is the bug a crash?
|
### Is the bug a crash?
|
||||||
|
|
||||||
<!--
|
No
|
||||||
If yes then individuate and post the 'adb logcat | grep chromium' dump, otherwise remove this section.
|
|
||||||
-->
|
-- or --
|
||||||
|
|
||||||
Yes, this is the crash dump:
|
Yes, this is the crash dump:
|
||||||
```
|
```
|
||||||
<paste here logcat dump>
|
<paste here logcat dump individuated with 'adb logcat | grep chromium'>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Describe the bug
|
### Describe the bug
|
||||||
|
|
Loading…
Add table
Reference in a new issue