mirror of
https://github.com/mollyim/mollyim-android.git
synced 2025-05-13 05:40:49 +01:00
Update GitHub issue templates
This commit is contained in:
parent
4ba81e3449
commit
e8ec8904d7
4 changed files with 47 additions and 124 deletions
75
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
75
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -1,75 +0,0 @@
|
|||
name: 🛠️ Bug report
|
||||
description: Let us know that something isn't working as intended
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Before we begin, please note that this tracker is only for issues. It is not for questions, comments, or feature requests.
|
||||
|
||||
If you would like to discuss a new feature or submit suggestions, please visit the [community forum](https://community.signalusers.org).
|
||||
|
||||
If you are looking for support, please visit our [support center](https://support.signal.org/) or email support@signal.org.
|
||||
|
||||
- type: checkboxes
|
||||
id: guidelines
|
||||
attributes:
|
||||
label: "Guidelines"
|
||||
description: "Search issues here: https://github.com/signalapp/Signal-Android/issues/?q=is%3Aissue+"
|
||||
options:
|
||||
- label: I have searched searched open and closed issues for duplicates
|
||||
required: true
|
||||
- label: I am submitting a bug report for existing functionality that does not work as intended
|
||||
required: true
|
||||
- label: This isn't a feature request or a discussion topic
|
||||
required: true
|
||||
- type: textarea
|
||||
id: description-of-bug
|
||||
attributes:
|
||||
label: Bug description
|
||||
description: A clear and concise description of what the problem is that made you submit this report.
|
||||
placeholder: When trying to do this, then...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: "How to take screenshots on Android: https://support.google.com/android/answer/9075928"
|
||||
placeholder: You can drag and drop images into this text box.
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
id: device-model
|
||||
attributes:
|
||||
label: Device
|
||||
description: Usually located in system settings -> About Phone
|
||||
placeholder: Manufacturer and model, e.g. Samsung S24
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
id: android-version
|
||||
attributes:
|
||||
label: Android version
|
||||
description: Usually located in system settings -> About Phone
|
||||
placeholder: Android version, e.g. 14
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
id: signal-version
|
||||
attributes:
|
||||
label: Signal version
|
||||
description: You can see Signal's version number at Settings -> Help
|
||||
placeholder: App version, e.g. 7.17.6
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: debug-log
|
||||
attributes:
|
||||
label: Link to debug log
|
||||
description: |
|
||||
Submit a debug log via Settings -> Help -> Debug Log, then copy that URL here. Logs can only reliably cover ~24 hours, so please try to capture it as soon as you experience the bug!
|
||||
See https://support.signal.org/hc/en-us/articles/360007318591#android_debug
|
||||
placeholder: Debug log link, e.g. https://debuglogs.org/...
|
||||
validations:
|
||||
required: false
|
78
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
78
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,66 +1,62 @@
|
|||
name: 🛠️ Bug report
|
||||
description: Let us know that something isn't working as intended
|
||||
name: "🐛 Bug Report"
|
||||
description: "Help us fix issues by providing a detailed report."
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report!
|
||||
- type: checkboxes
|
||||
id: guidelines
|
||||
attributes:
|
||||
label: Is there an existing issue for this?
|
||||
description: Please search to see if an issue already exists to avoid creating duplicates.
|
||||
label: "Guidelines"
|
||||
description: "Please check for existing issues first: https://github.com/mollyim/mollyim-android/issues/?q=is%3Aissue"
|
||||
options:
|
||||
- label: I have searched the existing issues
|
||||
- label: "Yes, I have searched for duplicates"
|
||||
required: true
|
||||
- type: textarea
|
||||
id: description
|
||||
id: description-of-bug
|
||||
attributes:
|
||||
label: Bug description
|
||||
description: |
|
||||
Describe here the issue that you're experiencing.
|
||||
|
||||
Tip: You can attach images by clicking this area to highlight it and then dragging files in.
|
||||
label: "Bug Description"
|
||||
description: "Explain the problem clearly, including steps to reproduce."
|
||||
placeholder: "What did you do, and what went wrong?"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: result
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: Steps to reproduce
|
||||
description: Share the steps needed to reliably reproduce the problem. Please include actual and expected results.
|
||||
value: |
|
||||
1.
|
||||
2.
|
||||
label: "Screenshots"
|
||||
description: "How to take screenshots: https://support.google.com/android/answer/9075928"
|
||||
placeholder: "Drag and drop images or videos here."
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
id: version
|
||||
id: device-model
|
||||
attributes:
|
||||
label: Molly version
|
||||
description: What version of Molly are you running?
|
||||
placeholder: v0.0.0-0-FOSS
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: os
|
||||
attributes:
|
||||
label: Android version
|
||||
description: What version of Android you have on your device?
|
||||
placeholder: Android 12
|
||||
label: "Device Model"
|
||||
description: "Found in Settings → About Phone."
|
||||
placeholder: "e.g. Samsung Galaxy S24"
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
id: device
|
||||
id: android-version
|
||||
attributes:
|
||||
label: Device
|
||||
description: What device are you seeing the problem on?
|
||||
placeholder: Manufacturer Model
|
||||
label: "Android Version"
|
||||
description: "Found in Settings → About Phone."
|
||||
placeholder: "e.g. Android 14"
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
id: debuglog
|
||||
id: app-version
|
||||
attributes:
|
||||
label: Link to debug log
|
||||
description: Immediately after the bug has happened submit a debug log via Molly's settings (Help -> Debug log) and paste the link below.
|
||||
placeholder: https://debuglogs.org/
|
||||
label: "Molly Version"
|
||||
description: "Found in Molly's Settings → Help"
|
||||
placeholder: "App version, e.g. 7.17.6-1"
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
id: debug-log
|
||||
attributes:
|
||||
label: "Link to Debug Log"
|
||||
description: |
|
||||
If possible, include a debug log via Molly’s Settings → Help → Debug Log.
|
||||
Copy the URL here. 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/..."
|
||||
validations:
|
||||
required: false
|
||||
|
|
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -3,6 +3,6 @@ contact_links:
|
|||
- name: ❓ Question
|
||||
url: https://matrix.to/#/#mollyim:matrix.org
|
||||
about: Please ask and answer questions in our chat room.
|
||||
- name: 📚 Translation feedback
|
||||
- name: 📚 Translation Feedback
|
||||
url: https://hosted.weblate.org/projects/molly-instant-messenger/
|
||||
about: Share feedback on translations.
|
16
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
16
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -1,17 +1,19 @@
|
|||
name: ✨ Feature request
|
||||
description: Suggest an idea for Molly
|
||||
name: "✨ Feature Request"
|
||||
description: "Suggest a new feature or enhancement."
|
||||
labels: [ "feature-request" ]
|
||||
body:
|
||||
- type: checkboxes
|
||||
id: guidelines
|
||||
attributes:
|
||||
label: Is there an existing request for this?
|
||||
description: Please search to see if there are already any open or closed issues to avoid creating duplicates.
|
||||
label: "Guidelines"
|
||||
description: "Please search for similar requests to avoid duplicates. If you find a similar one, comment there instead. [Search existing requests](https://github.com/mollyim/mollyim-android/issues?q=is%3Aissue+label%3Afeature-request)."
|
||||
options:
|
||||
- label: I have searched the existing issues
|
||||
- label: "Yes, I have searched the existing requests"
|
||||
required: true
|
||||
- type: textarea
|
||||
id: description-of-feature
|
||||
attributes:
|
||||
label: Feature description
|
||||
description: Describe the feature you'd like to see.
|
||||
label: "Feature Description"
|
||||
description: "Describe the feature you'd like to see added."
|
||||
validations:
|
||||
required: true
|
||||
|
|
Loading…
Reference in a new issue