Skip to content

Commit

Permalink
Add new template for new specific filter issue report
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Nov 12, 2021
1 parent 94b9594 commit 90f5f6c
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
File renamed without changes.
60 changes: 60 additions & 0 deletions .github/ISSUE_TEMPLATE/specific_report_from_ubo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
name: Report Specific Filter Issue From Popup Panel
description: |
DO NOT manually choose THIS TEMPLATE TO REPORT ISSUES.
It's to be used by uBO version 1.38.7 and above through the new "Report" feature.
body:
- type: checkboxes
attributes:
label: I tried to reproduce the issue when...
description: |
Perform these steps first to help unburden filter lists maintainers.
options:
- label: uBO is the only content blocker
description: |
Using other content blocker along uBO is known to cause issues.
required: true
- label: uBO with default settings/lists
description: |
Using too many filter lists is known to cause issues.
required: true

- type: textarea
attributes:
label: URL address of the web page
description: |
Filled by uBO, leave it alone.
validations:
required: true

- type: textarea
attributes:
label: Category
description: |
Filled by uBO, leave it alone.
validations:
required: true

- type: textarea
attributes:
label: Describe the issue
description: |
Be as clear as possible: nobody can read mind, and nobody is looking at your issue over your shoulder.
validations:
required: false

- type: textarea
attributes:
label: Screenshot(s)
description: |
Screenshot(s) for **difficult to describe visual issues are mandatory**.
Post **links** instead of inline images for screenshots containing **adult material**.
validations:
required: false

- type: textarea
attributes:
label: Configuration
description: |
Filled by uBO, leave it alone.
validations:
required: true

0 comments on commit 90f5f6c

Please sign in to comment.