Update bug_report.yml

This commit is contained in:
Oscar Mira 2024-12-13 01:46:38 +01:00
parent e8ec8904d7
commit ec20cc97d7
No known key found for this signature in database
GPG key ID: B371B98C5DC32237

View file

@ -5,9 +5,9 @@ body:
id: guidelines id: guidelines
attributes: attributes:
label: "Guidelines" label: "Guidelines"
description: "Please check for existing issues first: https://github.com/mollyim/mollyim-android/issues/?q=is%3Aissue" description: "Please search for already reported issues to avoid submitting a duplicate. [Search existing issues](https://github.com/mollyim/mollyim-android/issues?q=is%3Aissue+-label%3Afeature-request)."
options: options:
- label: "Yes, I have searched for duplicates" - label: "Yes, I have searched for existing issues"
required: true required: true
- type: textarea - type: textarea
id: description-of-bug id: description-of-bug
@ -29,24 +29,24 @@ body:
id: device-model id: device-model
attributes: attributes:
label: "Device Model" label: "Device Model"
description: "Found in Settings About Phone." description: "Found in Settings About Phone."
placeholder: "e.g. Samsung Galaxy S24" placeholder: "e.g. Pixel 9"
validations: validations:
required: false required: false
- type: input - type: input
id: android-version id: android-version
attributes: attributes:
label: "Android Version" label: "Android Version"
description: "Found in Settings About Phone." description: "Found in Settings About Phone."
placeholder: "e.g. Android 14" placeholder: "e.g. Android 14"
validations: validations:
required: false required: false
- type: input - type: input
id: app-version id: app-version
attributes: attributes:
label: "Molly Version" label: "App Version"
description: "Found in Molly's Settings Help" description: "Found in Molly's Settings Help"
placeholder: "App version, e.g. 7.17.6-1" placeholder: "e.g. v7.21.5-2"
validations: validations:
required: false required: false
- type: input - type: input
@ -54,9 +54,8 @@ body:
attributes: attributes:
label: "Link to Debug Log" label: "Link to Debug Log"
description: | description: |
If possible, include a debug log via Mollys Settings → Help → Debug Log. If possible, include a debug log via Mollys Settings ► Help ► Debug Log. Copy the URL here.
Copy the URL here. Logs cover ~24 hours, so capture it soon after encountering the bug. Logs cover ~24 hours, so capture it soon after encountering the bug.
More info: https://support.signal.org/hc/en-us/articles/360007318591#android_debug
placeholder: "e.g. https://debuglogs.org/..." placeholder: "e.g. https://debuglogs.org/..."
validations: validations:
required: false required: false