From 6d614aee457ff87cf13fa8fbafc8b254ae6f5edf Mon Sep 17 00:00:00 2001 From: TacoTheDank Date: Sun, 6 Feb 2022 01:00:18 -0500 Subject: [PATCH] Migrate to using GitHub issue forms --- .github/ISSUE_TEMPLATE/bug_report.md | 93 ----------- .github/ISSUE_TEMPLATE/bug_report.yml | 175 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 35 ----- .github/ISSUE_TEMPLATE/feature_request.yml | 56 +++++++ 4 files changed, 231 insertions(+), 128 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index f4cff62d..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,93 +0,0 @@ ---- -name: Bug report -about: Create a Bromite bug report - ---- - - - -### Bromite version - -Version: `89.0...` -Arch: `arm` or `arm64` or `x86` -Android version: (example: `9.0`) -Device model: (example: `SM-G960UZKABST`) - -### Flags - -These are the flags changed under `chrome://flags`: - - - -### Is this bug about the SystemWebView? - - - -Yes/No - -### Is the bug reproducible with latest version? - - - -Yes/No - -### Can the bug be reproduced with corresponding Chromium version? - - - -Yes/No - -### Is this bug happening in an incognito tab? -Yes/No - -### Allow ads for the site; is the bug caused by the adblocker? -Yes/No - -### Is the bug a crash? - -No - --- or -- - -Yes, I have attached here on GitHub the crash report dump that I downloaded from `chrome://crashes`. - --- or -- - -Yes, this is a copy/paste of the crash dump: -``` - -``` - -### Describe the bug - - - -### Steps to reproduce the bug - -Steps to reproduce the bug: -1. Go to '...' -2. Click on '...' -3. Scroll down to '...' -4. See error - -Do not write "any website", specify which URLs can be used to reproduce the issue. - -### Expected behavior - - - -### Screenshots - - diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..e126d41e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,175 @@ +name: Bug report +description: Create a Bromite bug report +body: + - type: markdown + attributes: + value: | + 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). + + Now, 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 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 + id: preliminary_checklist + attributes: + label: Preliminary checklist + options: + - label: "I have read the [README](https://github.com/bromite/bromite/blob/master/README.md)." + 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." + required: true + - label: "I have updated Bromite to the latest version. The bug is reproducible on this latest version." + 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: input + id: bromite_version + attributes: + 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. + 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: + required: true + + - type: dropdown + id: device_architecture + attributes: + label: What is your device's architecture? + multiple: true + options: + - arm + - arm64 + - x86 + - x64 + validations: + required: true + + - type: input + id: device_model + attributes: + label: Device model + description: What is your device model? This can usually be found in your device's settings in the "About" section. + placeholder: (e.g. `OnePlus 8 (IN2010)`, or `SM-G960UZKABST`, etc.) + validations: + required: true + + - type: textarea + id: changed_flags + attributes: + label: Changed flags + description: | + These are the flags changed under `chrome://flags`. + Report all blue-highlighted flags here. + Those are the flags with non-default configuration. + + If no flags are changed, please say so. + placeholder: (e.g. show-overdraw-feedback, enable-parallel-downloading, etc.) + validations: + required: true + + - type: dropdown + id: system_webview + attributes: + label: Is this issue related to the System WebView? + description: Please note that no support for System WebView installation is provided. + multiple: true + options: + - "Yes" + - "No" + validations: + required: true + + - type: dropdown + id: incognito + attributes: + label: Is this bug happening in an incognito tab? + multiple: true + options: + - "Yes" + - "No" + validations: + required: true + + - type: dropdown + id: adblock + attributes: + label: Is this bug related to adblock? + description: Is the bug caused by the adblocker? You can test this by allowing ads for the site. + multiple: true + options: + - "Yes" + - "No" + validations: + required: true + + - type: textarea + id: bug_crash + attributes: + label: Is this bug a crash? + description: | + 1. No. + 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: + placeholder: | + Paste the logcat dump individuated with 'adb logcat | grep chromium'. + validations: + required: true + + - type: textarea + id: bug_description + attributes: + label: Describe the bug + description: Write a clear and concise description of the bug. + validations: + required: true + + - type: textarea + id: bug_steps + attributes: + label: Steps to reproduce the bug + description: | + Try to explain how to cause the bug as clearly as possible. + + Also, do not just write "any website"; please specify which URLs can be used to reproduce the issue. + placeholder: | + Steps to reproduce the bug (e.g.): + 1. Go to '...' + 2. Click on '...' + 3. Scroll down to '...' + 4. See error + validations: + required: true + + - type: textarea + id: expected_behavior + attributes: + label: Expected behavior + description: A clear and concise description of what you expected to happen. + validations: + required: true + + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: | + If applicable, add screenshots to help explain your problem. + Otherwise, ignore this section. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 8540ae0a..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: Feature request -about: Suggest a privacy-related idea for this project - ---- - - - - - -### Is your feature request related to privacy? - - - -### Is there a patch available for this feature somewhere? - - - -### Describe the solution you would like - - - -### Describe alternatives you have considered - - diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..a218c2ba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,56 @@ +name: Feature request +description: Create a Bromite feature request +body: + - type: markdown + attributes: + value: | + 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). + + Now, 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. + + Things to note: + - Do not submit feature requests for extensions support or for adding a search engine. + - Features unrelated to privacy will not be considered. + - Do not ask "I would like feature X which is available in browser Y." + + - type: checkboxes + id: preliminary_checklist + attributes: + label: Preliminary checklist + options: + - label: "I have read the [README](https://github.com/bromite/bromite/blob/master/README.md)." + 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." + required: true + - label: "I have read the [FAQ](https://github.com/bromite/bromite/blob/master/FAQ.md)." + required: true + - label: "I have read the [Wiki](https://github.com/bromite/bromite/wiki)." + required: true + + - type: textarea + id: patch_available + attributes: + label: Is there a patch available for this feature somewhere? + description: If so, please provide a link and related license information. + validations: + required: true + + - type: textarea + id: solution_description + attributes: + label: Describe the solution / feature you would like + description: A clear and concise description of what you want to happen. + validations: + required: true + + - type: textarea + id: alternatives_considered + attributes: + label: Describe alternatives you have considered + description: A clear and concise description of any alternative solutions or features you have considered. + validations: + required: true