summaryrefslogtreecommitdiffstats
path: root/uAssets/.github/ISSUE_TEMPLATE/bug_report.yml
blob: f28160efcf9a84a76fa6a3c7eb409adc8da8c411 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
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