Adjust issue forms
This commit is contained in:
parent
7c906e6a15
commit
1dc2fe7cf7
2 changed files with 89 additions and 51 deletions
105
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
105
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -6,52 +6,54 @@ body:
|
||||||
value: |
|
value: |
|
||||||
Welcome! Thanks for taking the time to submit a bug report.
|
Welcome! Thanks for taking the time to submit a bug report.
|
||||||
|
|
||||||
If you're looking for a place to ask a question, please use the [GitHub Discussions](https://github.com/bromite/bromite/discussions).
|
If you are looking for a place to ask a question to the Bromite community then please use the [GitHub Discussions](https://github.com/bromite/bromite/discussions) instead.
|
||||||
|
|
||||||
Now, make sure you have acknowledged and completed this template before submitting your issue.
|
Make sure you have acknowledged and completed this template before submitting your issue.
|
||||||
|
|
||||||
Please read it carefully; we reserve the right to close and ignore your issue if you do not pay attention.
|
Please read it carefully: incorrect issues will be automatically closed and ignored.
|
||||||
|
|
||||||
Please note for the fourth checkbox that if the bug is reproducible on the Chromium build, then it might be a configuration issue or an upstream bug.
|
|
||||||
Upstream bugs can be reported on the [Chromium issue tracker](https://bugs.chromium.org/p/chromium/issues/list).
|
|
||||||
Do not forget to read the [Chromium project bug reporting guidelines](https://www.chromium.org/for-testers/bug-reporting-guidelines/).
|
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: preliminary_checklist
|
id: preliminary_checklist
|
||||||
attributes:
|
attributes:
|
||||||
label: Preliminary checklist
|
label: Preliminary checklist
|
||||||
options:
|
options:
|
||||||
- label: "I have read the [README](https://github.com/bromite/bromite/blob/master/README.md)."
|
- label: "I have read the [README](https://github.com/bromite/bromite/blob/master/README.md)"
|
||||||
required: true
|
required: true
|
||||||
- label: "I have searched the existing issues for my problem. This is a new ticket, NOT a duplicate or related to another open issue."
|
- label: "I have searched the existing issues for my problem. This is a new ticket, NOT a duplicate or related to another open issue."
|
||||||
required: true
|
required: true
|
||||||
- label: "I have updated Bromite to the latest version. The bug is reproducible on this latest version."
|
- label: "I have updated Bromite to the latest version. The bug is reproducible on this latest version."
|
||||||
required: true
|
required: true
|
||||||
- label: "I have made sure that this is not a [Chromium](https://github.com/bromite/chromium/releases) bug (in other words, this bug is related to functionality that does not exist in Chromium). I have done this by installing and testing the corresponding version of Chromium."
|
|
||||||
required: true
|
- type: dropdown
|
||||||
|
id: is_chromium
|
||||||
|
attributes:
|
||||||
|
label: Can the bug be reproduced with corresponding Chromium version?
|
||||||
|
description: |
|
||||||
|
Please pick the same version of Chromium as Bromite from here: https://github.com/bromite/chromium/releases
|
||||||
|
If the bug is reproducible then it might be a configuration issue or an upstream bug. Upstream bugs can be reported on the [Chromium issue tracker](https://bugs.chromium.org/p/chromium/issues/list) and
|
||||||
|
do not forget to read [Chromium project bug reporting guidelines](https://www.chromium.org/for-testers/bug-reporting-guidelines) first.
|
||||||
|
|
||||||
|
If the bug is related to functionality that does not exist in Chromium then answer "No".
|
||||||
|
multiple: false
|
||||||
|
options:
|
||||||
|
- "Yes"
|
||||||
|
- "No"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: bromite_version
|
id: bromite_version
|
||||||
attributes:
|
attributes:
|
||||||
label: Bromite version
|
label: Bromite version
|
||||||
description: What version of Bromite are you running? Please specify a single version. Again, make sure you are running the latest version.
|
description: What version of Bromite are you using? Please specify a single version e.g. `96.0.4664.1`. If this is not the latest version then please update and retry before submitting this bug report.
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: input
|
|
||||||
id: android_version
|
|
||||||
attributes:
|
|
||||||
label: Android version
|
|
||||||
description: What version of Android are you running? Please specify a single version.
|
|
||||||
placeholder: (e.g. 8.1, 9, 10, etc.)
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: device_architecture
|
id: device_architecture
|
||||||
attributes:
|
attributes:
|
||||||
label: What is your device's architecture?
|
label: Device architecture
|
||||||
multiple: true
|
multiple: false
|
||||||
options:
|
options:
|
||||||
- arm
|
- arm
|
||||||
- arm64
|
- arm64
|
||||||
|
@ -60,6 +62,32 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
id: android_version
|
||||||
|
attributes:
|
||||||
|
label: Android version
|
||||||
|
multiple: false
|
||||||
|
description: What version of Android are you running?
|
||||||
|
options:
|
||||||
|
- 12
|
||||||
|
- 11
|
||||||
|
- 10
|
||||||
|
- 9
|
||||||
|
- 8.1
|
||||||
|
- 8.0
|
||||||
|
- 7.1
|
||||||
|
- 7.0
|
||||||
|
- 6
|
||||||
|
- 5.1
|
||||||
|
- 5.0
|
||||||
|
- 4.4
|
||||||
|
- 4.3
|
||||||
|
- 4.2
|
||||||
|
- 4.1
|
||||||
|
- 4.0
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: device_model
|
id: device_model
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -75,20 +103,19 @@ body:
|
||||||
label: Changed flags
|
label: Changed flags
|
||||||
description: |
|
description: |
|
||||||
These are the flags changed under `chrome://flags`.
|
These are the flags changed under `chrome://flags`.
|
||||||
Report all blue-highlighted flags here.
|
Report all the flags with non-default configuration (they will be blue-highlighted).
|
||||||
Those are the flags with non-default configuration.
|
|
||||||
|
|
||||||
If no flags are changed, please say so.
|
If no flags are changed then write 'no flags changed'.
|
||||||
placeholder: (e.g. show-overdraw-feedback, enable-parallel-downloading, etc.)
|
placeholder: show-overdraw-feedback, enable-parallel-downloading
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: system_webview
|
id: is_system_webview
|
||||||
attributes:
|
attributes:
|
||||||
label: Is this issue related to the System WebView?
|
label: Is this issue related to the System WebView?
|
||||||
description: Please note that no support for System WebView installation is provided.
|
description: Please note that no support for System WebView installation is provided.
|
||||||
multiple: true
|
multiple: false
|
||||||
options:
|
options:
|
||||||
- "Yes"
|
- "Yes"
|
||||||
- "No"
|
- "No"
|
||||||
|
@ -96,10 +123,10 @@ body:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: incognito
|
id: is_incognito
|
||||||
attributes:
|
attributes:
|
||||||
label: Is this bug happening in an incognito tab?
|
label: Is this bug happening in an incognito tab?
|
||||||
multiple: true
|
multiple: false
|
||||||
options:
|
options:
|
||||||
- "Yes"
|
- "Yes"
|
||||||
- "No"
|
- "No"
|
||||||
|
@ -109,9 +136,9 @@ body:
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: adblock
|
id: adblock
|
||||||
attributes:
|
attributes:
|
||||||
label: Is this bug related to adblock?
|
label: Is this bug caused by the adblocker?
|
||||||
description: Is the bug caused by the adblocker? You can test this by allowing ads for the site.
|
description: You can test this by temporarily allowing ads for the site.
|
||||||
multiple: true
|
multiple: false
|
||||||
options:
|
options:
|
||||||
- "Yes"
|
- "Yes"
|
||||||
- "No"
|
- "No"
|
||||||
|
@ -124,10 +151,10 @@ body:
|
||||||
label: Is this bug a crash?
|
label: Is this bug a crash?
|
||||||
description: |
|
description: |
|
||||||
1. No.
|
1. No.
|
||||||
2. Yes, I have attached the crash report dump that I downloaded from `chrome://crashes`.
|
2. Yes, I have attached the crash report dump that I downloaded from `chrome://crashes`
|
||||||
3. Yes, this is a copy-paste of the crash dump:
|
3. Yes, I have copy/pasted the crash dump
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Paste the logcat dump individuated with 'adb logcat | grep chromium'.
|
Drag the crash report dump here to attach it or paste the logcat dump individuated with `adb logcat | grep chromium`.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
@ -144,9 +171,9 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Steps to reproduce the bug
|
label: Steps to reproduce the bug
|
||||||
description: |
|
description: |
|
||||||
Try to explain how to cause the bug as clearly as possible.
|
Explain how to cause the bug as clearly as possible. Bugs that are not reproducible cannot be investigated.
|
||||||
|
|
||||||
Also, do not just write "any website"; please specify which URLs can be used to reproduce the issue.
|
Also, do not write "any website": please specify which URLs can be used to reproduce the issue.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Steps to reproduce the bug (e.g.):
|
Steps to reproduce the bug (e.g.):
|
||||||
1. Go to '...'
|
1. Go to '...'
|
||||||
|
@ -171,5 +198,7 @@ body:
|
||||||
description: |
|
description: |
|
||||||
If applicable, add screenshots to help explain your problem.
|
If applicable, add screenshots to help explain your problem.
|
||||||
Otherwise, ignore this section.
|
Otherwise, ignore this section.
|
||||||
|
placeholder: |
|
||||||
|
Drag the screenshot files here to attach them.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
35
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
35
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -6,14 +6,13 @@ body:
|
||||||
value: |
|
value: |
|
||||||
Welcome! Thanks for taking time to submit a feature request.
|
Welcome! Thanks for taking time to submit a feature request.
|
||||||
|
|
||||||
If you're looking for a place to ask a question, please use the [GitHub Discussions](https://github.com/bromite/bromite/discussions).
|
If you are looking for a place to ask a question to the Bromite community then please use the [GitHub Discussions](https://github.com/bromite/bromite/discussions) instead.
|
||||||
|
|
||||||
Now, make sure you have acknowledged and completed this template before submitting your issue.
|
Make sure you have acknowledged and completed this template before submitting your issue.
|
||||||
|
|
||||||
Please read it carefully; we reserve the right to close and ignore your issue if you do not pay attention.
|
Please read it carefully: incorrect issues will be automatically closed and ignored.
|
||||||
|
|
||||||
Things to note:
|
Note:
|
||||||
- Do not submit feature requests for extensions support or for adding a search engine.
|
|
||||||
- Features unrelated to privacy will not be considered.
|
- Features unrelated to privacy will not be considered.
|
||||||
- Do not ask "I would like feature X which is available in browser Y."
|
- Do not ask "I would like feature X which is available in browser Y."
|
||||||
|
|
||||||
|
@ -22,27 +21,37 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Preliminary checklist
|
label: Preliminary checklist
|
||||||
options:
|
options:
|
||||||
- label: "I have read the [README](https://github.com/bromite/bromite/blob/master/README.md)."
|
- label: "I have read the [README](https://github.com/bromite/bromite/blob/master/README.md)"
|
||||||
required: true
|
required: true
|
||||||
- label: "I have searched the existing issues for my feature request. This is a new ticket, NOT a duplicate or related to another issue."
|
- label: "I have read the [FAQs](https://github.com/bromite/bromite/blob/master/FAQ.md)."
|
||||||
required: true
|
required: true
|
||||||
- label: "I have read the [FAQ](https://github.com/bromite/bromite/blob/master/FAQ.md)."
|
- label: "I have searched [existing issues](https://github.com/bromite/bromite/issues) for my feature request. This is a new issue (NOT a duplicate) and is not related to another issue."
|
||||||
required: true
|
|
||||||
- label: "I have read the [Wiki](https://github.com/bromite/bromite/wiki)."
|
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
id: is_privacy_related
|
||||||
|
attributes:
|
||||||
|
label: Is your feature request related to privacy?
|
||||||
|
description: Features that are not related to privacy are not considered.
|
||||||
|
multiple: false
|
||||||
|
options:
|
||||||
|
- "Yes"
|
||||||
|
- "No"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: patch_available
|
id: is_patch_available
|
||||||
attributes:
|
attributes:
|
||||||
label: Is there a patch available for this feature somewhere?
|
label: Is there a patch available for this feature somewhere?
|
||||||
description: If so, please provide a link and related license information.
|
description: If yes please provide URL and related license information.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: solution_description
|
id: solution_description
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the solution / feature you would like
|
label: Describe the solution you would like
|
||||||
description: A clear and concise description of what you want to happen.
|
description: A clear and concise description of what you want to happen.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue