Update BUG_REPORT.yml

This commit is contained in:
Marc Rousavy
2023-09-14 14:02:26 +02:00
committed by GitHub
parent d251394eb2
commit 62ae7cc887

View File

@@ -20,8 +20,7 @@ body:
- type: textarea
attributes:
label: Relevant log output
description: Paste any relevant **native log output** (Xcode Logs/Android Studio Logcat) here. This will be automatically formatted into code, so no need for backticks.
For iOS, run the project through Xcode and copy the logs from the log window. For Android, either open the project through Android Studio and paste the logs from the logcat window, or run `adb logcat` in terminal.
description: Paste any relevant **native log output** (Xcode Logs/Android Studio Logcat) here. This will be automatically formatted into code, so no need for backticks. For iOS, run the project through Xcode and copy the logs from the log window. For Android, either open the project through Android Studio and paste the logs from the logcat window, or run `adb logcat` in terminal.
render: shell
validations:
required: true