mirror of
https://github.com/mollyim/mollyim-android.git
synced 2025-05-12 21:30:39 +01:00
Update bug_report.yml
This commit is contained in:
parent
e8ec8904d7
commit
ec20cc97d7
1 changed files with 10 additions and 11 deletions
21
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
21
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -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 Molly’s Settings → Help → Debug Log.
|
If possible, include a debug log via Molly’s 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
|
||||||
|
|
Loading…
Reference in a new issue