Update bug-report.yml

This commit is contained in:
Anton Stubenbord
2023-10-09 21:28:33 +02:00
committed by GitHub
parent 4a6cc47812
commit 1e94d3f1c8

View File

@@ -17,6 +17,7 @@ body:
#### Have a feature request? 👉 [Use another form](https://github.com/astubenbord/paperless-mobile/issues/new/choose) #### Have a feature request? 👉 [Use another form](https://github.com/astubenbord/paperless-mobile/issues/new/choose)
#### Before opening an issue, please double check [existing issues](https://github.com/astubenbord/paperless-mobile/issues). #### Before opening an issue, please double check [existing issues](https://github.com/astubenbord/paperless-mobile/issues).
Also, please note that if your issue involves the app crashing on startup, there is not much I can do without the logs. Therefore, please provide the logs as described in the section *Log output from the app* below.
- type: textarea - type: textarea
id: what-happened id: what-happened
attributes: attributes:
@@ -41,7 +42,7 @@ body:
id: logs id: logs
attributes: attributes:
label: Log output from the app label: Log output from the app
description: Logs can be acquired by running `flutter logs` or `adb logcat | grep flutter` while your phone is connected to the computer. Providing logs significantly increases the chance of quickly finding and fixing the issue. description: Logs can be acquired by running `flutter logs` or `adb logcat | grep flutter` while your phone is connected to the computer. Providing logs significantly increases the chance of quickly finding and fixing the issue. If your app keeps crashing on startup, connect your device to your computer, run one of these commands in the terminal and only then start the app to get all the relevant logs.
render: shell render: shell
- type: textarea - type: textarea
id: screenshots id: screenshots