A couple tweaks to the new template
This commit is contained in:
parent
fe75b1b42d
commit
908330d086
1 changed files with 19 additions and 19 deletions
38
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
38
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -6,15 +6,15 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Our bug tracker is ONLY for bugs. It is not for feature requests, questions, or comments.
|
Our bug tracker is ONLY for bugs. It is not for feature requests, questions, or comments.
|
||||||
|
|
||||||
Please fill out this template with all the information you have. We can't do much without
|
Please try these locations if you have a question or comment:
|
||||||
both the logs and a detailed description of what you've encountered. Please do your best!
|
|
||||||
|
|
||||||
Please note that this tracker is only for bugs. Please try these locations if you have a question or comment:
|
|
||||||
|
|
||||||
https://community.signalusers.org/
|
https://community.signalusers.org/
|
||||||
http://support.signal.org/
|
http://support.signal.org/
|
||||||
support@signal.org
|
support@signal.org
|
||||||
|
|
||||||
|
Please fill out this template with all the information you have. We can't do much without
|
||||||
|
both the logs and a detailed description of what you've encountered. Please do your best!
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: supported-version-and-no-duplicates
|
id: supported-version-and-no-duplicates
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -38,7 +38,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Overall summary
|
label: Overall summary
|
||||||
description: A clear and concise description of what the problem is that made you submit this report.
|
description: A clear and concise description of what the problem is that made you submit this report.
|
||||||
placeholder: When trying to do this, then...
|
placeholder:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -50,7 +50,7 @@ body:
|
||||||
1. Go to any chat.
|
1. Go to any chat.
|
||||||
2. Do thing A.
|
2. Do thing A.
|
||||||
3. Do thing B.
|
3. Do thing B.
|
||||||
4. Things look off.
|
4. Things look off because...
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -58,15 +58,15 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Expected result
|
label: Expected result
|
||||||
description: Describe in detail what the correct behavior should be.
|
description: Describe in detail what the correct behavior should be.
|
||||||
placeholder: It would display things correctly.
|
placeholder:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: actual-result
|
id: actual-result
|
||||||
attributes:
|
attributes:
|
||||||
label: Actual result
|
label: Actual result
|
||||||
description: Describe the details of the buggy behavior.
|
description: Describe the details of the buggy behavior. Please include all error messages!
|
||||||
placeholder: "It fails and displays the following error:"
|
placeholder:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -81,8 +81,8 @@ body:
|
||||||
id: signal-version
|
id: signal-version
|
||||||
attributes:
|
attributes:
|
||||||
label: Signal version
|
label: Signal version
|
||||||
description: You can see Signal's version number at Help -> About or File -> About Signal Desktop
|
description: You can see Signal's version number on the About screen (available from the File, Help, or Signal menu depending on your OS)
|
||||||
placeholder: 6.30.2
|
placeholder:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
@ -94,22 +94,22 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: linked-device
|
id: primary-device
|
||||||
attributes:
|
attributes:
|
||||||
label: Linked device version
|
label: Version of Signal on your phone
|
||||||
description: "Android: Settings -> Help, iOS: Settings -> General -> About"
|
description: "Android: Settings->Help, iOS: Settings->General->About"
|
||||||
placeholder: Windows 11
|
placeholder:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: debug-log
|
id: debug-log
|
||||||
attributes:
|
attributes:
|
||||||
label: Link to debug log
|
label: Link to debug log
|
||||||
description: |
|
description: |
|
||||||
Immediately after the bug has happened, submit a debug log via View -> Debug Log, then copy that URL here.
|
Immediately after the bug has happened, submit a debug log via View->Debug Log, then copy that URL here.
|
||||||
In most cases, a log from your other devices is also useful:
|
In most cases, a log from your other devices is also useful:
|
||||||
Android: https://support.signal.org/hc/en-us/articles/360007318591#android_debug
|
Android: https://support.signal.org/hc/en-us/articles/360007318591#android_debug
|
||||||
iOS: https://support.signal.org/hc/en-us/articles/360007318591#ios_debug
|
iOS: https://support.signal.org/hc/en-us/articles/360007318591#ios_debug
|
||||||
placeholder: Paste your link or debug log file here.
|
placeholder:
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in a new issue