summaryrefslogtreecommitdiffstats
path: root/uAssets/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 05:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 05:47:55 +0000
commit31d6ff6f931696850c348007241195ab3b2eddc7 (patch)
tree615cb1c57ce9f6611bad93326b9105098f379609 /uAssets/.github/ISSUE_TEMPLATE
parentInitial commit. (diff)
downloadublock-origin-31d6ff6f931696850c348007241195ab3b2eddc7.tar.xz
ublock-origin-31d6ff6f931696850c348007241195ab3b2eddc7.zip
Adding upstream version 1.55.0+dfsg.upstream/1.55.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'uAssets/.github/ISSUE_TEMPLATE')
-rw-r--r--uAssets/.github/ISSUE_TEMPLATE/bug_report.yml96
-rw-r--r--uAssets/.github/ISSUE_TEMPLATE/config.yml11
-rw-r--r--uAssets/.github/ISSUE_TEMPLATE/report_from_ubo.yml87
-rw-r--r--uAssets/.github/ISSUE_TEMPLATE/specific_report_from_ubo.yml91
4 files changed, 285 insertions, 0 deletions
diff --git a/uAssets/.github/ISSUE_TEMPLATE/bug_report.yml b/uAssets/.github/ISSUE_TEMPLATE/bug_report.yml
new file mode 100644
index 0000000..f28160e
--- /dev/null
+++ b/uAssets/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,96 @@
+name: Filter Issue
+description: This is where to report broken website functionality, missed ads, adblock detection, etc. NOT for YouTube, Facebook or Twitch (use their open issues instead).
+body:
+ - type: markdown
+ attributes:
+ value: To avoid burdening **VOLUNTEERS** with invalid or duplicate reports, disregarding these steps **WILL** get your account blocked on this repository temporarily, then permanently, with repeated disregard for the template.
+ - type: checkboxes
+ attributes:
+ label: Prerequisites
+ description: |
+ **IMPORTANT:** Answer carefully and truthfully.
+ options:
+ - label: This is **NOT** a [_YouTube_](https://www.github.com/uBlockOrigin/uAssets/issues/20586), [_Facebook_](https://www.github.com/uBlockOrigin/uAssets/issues/3367) or [_Twitch_](https://www.github.com/uBlockOrigin/uAssets/issues/5184) report. _These sites MUST be reported by clicking their **respective links**_.
+ required: true
+ - label: I read and understand the [policy about what is a valid filter issue](https://github.com/uBlockOrigin/uAssets/blob/master/README.md#uassets).
+ required: true
+ - label: I verified that this issue is not a duplicate. (Search [here](https://github.com/uBlockOrigin/uAssets/issues) to find out.)
+ required: true
+ - label: I did not remove any of the [default filter lists](https://github.com/uBlockOrigin/uAssets/assets/66517106/6e8d024a-5869-47cf-b142-b2357eb6c7d0), or I have verified that the issue was not caused by removing any of the default lists.
+ required: true
+ - label: I did not enable additional filter lists, or I have verified that the issue still occurs without enabling additional filter lists.
+ required: true
+ - label: I do not have custom filters/rules, or I have verified that the issue still occurs without custom filters/rules.
+ required: true
+ - label: I am not using uBlock Origin (uBO) along with other content blocker extensions.
+ required: true
+ - label: I have verified that the web browser's built-in blocker or [DNS blocking](https://en.wikipedia.org/wiki/DNS_blocking) (standalone or through a VPN) is not causing the issue.
+ required: true
+ - label: I did not answer truthfully to **ALL** the above checkboxes.
+ required: false
+
+ - type: textarea
+ attributes:
+ label: URL(s) where the issue occurs.
+ description: |
+ At least one URL is **MANDATORY** for an issue affecting a web page.
+ Warn with **"NSFW"** where applicable.
+ placeholder: |
+ https://example.com
+ https://example.org
+ https://example.net
+ render: yaml
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Description
+ description: Provide a clear and concise description of the issue.
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Other extensions used
+ description: List other extensions you are using along uBO (write _none_ if no other extensions). This information helps volunteers investigate issues.
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Screenshot(s)
+ description: |
+ Screenshot(s) are **MANDATORY** for hard-to-describe visual issues.
+ 🔴 Post **LINKS** instead of inline images for screenshots containing **ADULT MATERIAL**. Disregarding this directive **WILL** get your account blocked. 🔴
+ value: |
+ <details>
+ <summary>Screenshot(s)</summary>
+
+ <!-- Drag-and-drop screenshot here -->
+ <!-- ⬇️ ⬇️ ⬇️ -->
+
+
+ <!-- ⬆️ ⬆️ ⬆️ -->
+
+ </details>
+ validations:
+ required: false
+
+ - type: textarea
+ attributes:
+ label: Configuration
+ description: |
+ On the affected site: 🛡️ uBO's icon > 💬 Report > Click "Troubleshooting information" > Select all > Copy > Paste it below.
+ value: |
+ <details>
+ <summary>Details</summary>
+
+ <!-- ⬇️ Paste the troubleshooting information here ⬇️ -->
+ ```yaml
+
+
+ ```
+ </details>
+ validations:
+ required: true
diff --git a/uAssets/.github/ISSUE_TEMPLATE/config.yml b/uAssets/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000..c46d8e0
--- /dev/null
+++ b/uAssets/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,11 @@
+blank_issues_enabled: false
+contact_links:
+ - name: Support Forum
+ url: https://www.reddit.com/r/uBlockOrigin/
+ about: For support, questions, or help, visit /r/uBlockOrigin.
+ - name: uBlock Origin (uBO) Issues
+ url: https://github.com/uBlockOrigin/uBlock-issues/issues
+ about: Report issues with uBO in the uBO issue tracker.
+ - name: uBO Lite (uBOL) Issues
+ url: https://github.com/uBlockOrigin/uBOL-home/issues
+ about: Report issues specific to the Manifest Version 3 (MV3) variant in the uBOL issue tracker.
diff --git a/uAssets/.github/ISSUE_TEMPLATE/report_from_ubo.yml b/uAssets/.github/ISSUE_TEMPLATE/report_from_ubo.yml
new file mode 100644
index 0000000..9282938
--- /dev/null
+++ b/uAssets/.github/ISSUE_TEMPLATE/report_from_ubo.yml
@@ -0,0 +1,87 @@
+name: Support Pane Filter Issue
+description: "DO NOT MANUALLY SELECT THIS TEMPLATE. It's used by uBlock Origin (uBO)'s \"Support\" pane to auto-fill essential information to file a filter issue."
+body:
+ - type: markdown
+ attributes:
+ value: To avoid burdening **VOLUNTEERS** with invalid or duplicate reports, disregarding these steps **WILL** get your account blocked on this repository temporarily, then permanently, with repeated disregard for the template.
+ - type: checkboxes
+ attributes:
+ label: Prerequisites
+ description: |
+ **IMPORTANT:** Answer carefully and truthfully.
+ options:
+ - label: This is **NOT** a [_YouTube_](https://www.github.com/uBlockOrigin/uAssets/issues/20586), [_Facebook_](https://www.github.com/uBlockOrigin/uAssets/issues/3367) or [_Twitch_](https://www.github.com/uBlockOrigin/uAssets/issues/5184) report. _These sites MUST be reported by clicking their **respective links**_.
+ required: true
+ - label: I read and understand the [policy about what is a valid filter issue](https://github.com/uBlockOrigin/uAssets/blob/master/README.md#uassets).
+ required: true
+ - label: I verified that this issue is not a duplicate. (Search [here](https://github.com/uBlockOrigin/uAssets/issues) to find out.)
+ required: true
+ - label: I did not remove any of the [default filter lists](https://github.com/uBlockOrigin/uAssets/assets/66517106/6e8d024a-5869-47cf-b142-b2357eb6c7d0), or I have verified that the issue was not caused by removing any of the default lists.
+ required: true
+ - label: I did not enable additional filter lists, or I have verified that the issue still occurs without enabling additional filter lists.
+ required: true
+ - label: I do not have custom filters/rules, or I have verified that the issue still occurs without custom filters/rules.
+ required: true
+ - label: I am not using uBlock Origin (uBO) along with other content blocker extensions.
+ required: true
+ - label: I have verified that the web browser's built-in blocker or [DNS blocking](https://en.wikipedia.org/wiki/DNS_blocking) (standalone or through a VPN) is not causing the issue.
+ required: true
+ - label: I did not answer truthfully to **ALL** the above checkboxes.
+ required: false
+
+ - type: textarea
+ attributes:
+ label: URL(s) where the issue occurs.
+ description: |
+ At least one URL is **MANDATORY** for an issue affecting a web page.
+ Warn with **"NSFW"** where applicable.
+ placeholder: |
+ https://example.com
+ https://example.org
+ https://example.net
+ render: yaml
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Description
+ description: Provide a clear and concise description of the issue.
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Other extensions used
+ description: List other extensions you are using along uBO (write _none_ if no other extensions). This information helps volunteers investigate issues.
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Screenshot(s)
+ description: |
+ Screenshot(s) are **MANDATORY** for hard-to-describe visual issues.
+ 🔴 Post **LINKS** instead of inline images for screenshots containing **ADULT MATERIAL**. Disregarding this directive **WILL** get your account blocked. 🔴
+ value: |
+ <details>
+ <summary>Screenshot(s)</summary>
+
+ <!-- Drag-and-drop screenshot here -->
+ <!-- ⬇️ ⬇️ ⬇️ -->
+
+
+ <!-- ⬆️ ⬆️ ⬆️ -->
+
+ </details>
+ validations:
+ required: false
+
+ - type: textarea
+ id: configuration
+ attributes:
+ label: Configuration
+ description: |
+ If this section gets automatically filled by uBO, leave it alone.
+ validations:
+ required: true
diff --git a/uAssets/.github/ISSUE_TEMPLATE/specific_report_from_ubo.yml b/uAssets/.github/ISSUE_TEMPLATE/specific_report_from_ubo.yml
new file mode 100644
index 0000000..3c163c6
--- /dev/null
+++ b/uAssets/.github/ISSUE_TEMPLATE/specific_report_from_ubo.yml
@@ -0,0 +1,91 @@
+name: Popup Panel Specific Filter Issue
+description: "DO NOT MANUALLY SELECT THIS TEMPLATE. It's used by uBlock Origin (uBO)'s reporting widget to auto-fill essential information to file a filter issue."
+body:
+ - type: markdown
+ attributes:
+ value: To avoid burdening **VOLUNTEERS** with invalid or duplicate reports, disregarding these steps **WILL** get your account blocked on this repository temporarily, then permanently, with repeated disregard for the template.
+ - type: checkboxes
+ attributes:
+ label: Prerequisites
+ description: |
+ **IMPORTANT:** Answer carefully and truthfully.
+ options:
+ - label: This is **NOT** a [_YouTube_](https://www.github.com/uBlockOrigin/uAssets/issues/20586), [_Facebook_](https://www.github.com/uBlockOrigin/uAssets/issues/3367) or [_Twitch_](https://www.github.com/uBlockOrigin/uAssets/issues/5184) report. _These sites MUST be reported by clicking their **respective links**_.
+ required: true
+ - label: I read and understand the [policy about what is a valid filter issue](https://github.com/uBlockOrigin/uAssets/blob/master/README.md#uassets).
+ required: true
+ - label: I verified that this issue is not a duplicate. (Use this [button](https://user-images.githubusercontent.com/585534/146582579-c32707a0-36a1-4cc5-ad50-83172c9f67a8.png) to find out.)
+ required: true
+ - label: I did not remove any of the [default filter lists](https://github.com/uBlockOrigin/uAssets/assets/66517106/6e8d024a-5869-47cf-b142-b2357eb6c7d0), or I have verified that the issue was not caused by removing any of the default lists.
+ required: true
+ - label: I did not enable additional filter lists, or I have verified that the issue still occurs without enabling additional filter lists.
+ required: true
+ - label: I do not have custom filters/rules, or I have verified that the issue still occurs without custom filters/rules.
+ required: true
+ - label: I am not using uBlock Origin (uBO) along with other content blocker extensions.
+ required: true
+ - label: I have verified that the web browser's built-in blocker or [DNS blocking](https://en.wikipedia.org/wiki/DNS_blocking) (standalone or through a VPN) is not causing the issue.
+ required: true
+ - label: I did not answer truthfully to **ALL** the above checkboxes.
+ required: false
+
+ - type: textarea
+ id: url_address_of_the_web_page
+ attributes:
+ label: URL address of the web page
+ description: |
+ Auto-filled by uBO, leave it alone.
+ validations:
+ required: true
+
+ - type: textarea
+ id: category
+ attributes:
+ label: Category
+ description: |
+ Auto-filled by uBO, leave it alone.
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Description
+ description: Provide a clear and concise description of the issue.
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Other extensions used
+ description: List other extensions you are using along uBO (write _none_ if no other extensions). This information helps volunteers investigate issues.
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Screenshot(s)
+ description: |
+ Screenshot(s) are **MANDATORY** for hard-to-describe visual issues.
+ 🔴 Post **LINKS** instead of inline images for screenshots containing **ADULT MATERIAL**. Disregarding this directive **WILL** get your account blocked. 🔴
+ value: |
+ <details>
+ <summary>Screenshot(s)</summary>
+
+ <!-- Drag-and-drop screenshot here -->
+ <!-- ⬇️ ⬇️ ⬇️ -->
+
+
+ <!-- ⬆️ ⬆️ ⬆️ -->
+
+ </details>
+ validations:
+ required: false
+
+ - type: textarea
+ id: configuration
+ attributes:
+ label: Configuration
+ description: |
+ Auto-filled by uBO, leave it alone.
+ validations:
+ required: true