info: make bug report log field mandatory
Sick and tired of people providing unhelpful bug reports without a stack trace. This should force them to provide one.
This commit is contained in:
parent
b0f38fc5db
commit
4533251efd
1 changed files with 2 additions and 0 deletions
2
.github/ISSUE_TEMPLATE/bug-crash-report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug-crash-report.yml
vendored
|
@ -72,6 +72,8 @@ body:
|
|||
- `./adb -d logcat AndroidRuntime:E *:S` in the case of a crash
|
||||
5. Copy and paste the output to this area of the issue.
|
||||
render: shell
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
attributes:
|
||||
|
|
Loading…
Reference in a new issue