Skip to content

Commit 42005a8

Browse files
committed
Revert "Rewrite readme and fix workflows (#3433)"
This reverts commit bbe701a.
1 parent bbe701a commit 42005a8

File tree

6 files changed

+53
-66
lines changed

6 files changed

+53
-66
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,21 @@ body:
44
- type: markdown
55
attributes:
66
value: |
7-
Speculated performance issues will be marked as invalid and closed if they do not come with actual profiling data from the [Firefox Profiler](https://profiler.firefox.com/)/[Chromium Profiler](https://developer.chrome.com/docs/devtools/performance/reference) and a fully substantiated analysis supporting the claim.
7+
Speculated performance issues will be marked as invalid and closed if they do not come with actual profiling data from the [Firefox Profiler](https://profiler.firefox.com/)/[Chromium Profiler](https://developer.chrome.com/docs/devtools/evaluate-performance/reference/) and a fully substantiated analysis supporting the claim.
88
New filter list requests are not permitted and will be declined and closed.
9-
109
- type: checkboxes
1110
attributes:
1211
label: Prerequisites
1312
description: |
1413
To rule out invalid issues, confirm and check each one of the checkboxes.
15-
If you are unable to determine whether it's a filter list issue, do not open an issue here; first seek help on support forums.
14+
If you are unable to determine whether it's a filter list issue, do not open an issue here, first seek help on support forums.
1615
If [disabling uBO](https://github.com/gorhill/uBlock/wiki/Quick-guide:-popup-user-interface#the-large-power-button) makes the issue go away, then it is a filter issue.
17-
See what [the logger](https://github.com/gorhill/uBlock/wiki/The-logger) reports when you reproduce the issue; this will help you determine whether this is a filter issue.
16+
See what [the logger](https://github.com/gorhill/uBlock/wiki/The-logger) reports when you reproduce the issue, this will help you determine whether this is a filter issue.
1817
If the issue is still present after disabling uBlock Origin (uBO) in the browser, it is unrelated to uBO.
1918
options:
2019
- label: I verified that this is not a filter list issue. Report any issues with filter lists or broken website functionality in the [uAssets issue tracker](https://github.com/uBlockOrigin/uAssets/issues).
2120
required: true
22-
- label: This is **NOT** a [_YouTube_](https://github.com/uBlockOrigin/uAssets/issues/20586), [_Facebook_](https://github.com/uBlockOrigin/uAssets/issues/3367) or [_Twitch_](https://github.com/uBlockOrigin/uAssets/issues/5184) report. _These sites MUST be reported by clicking their **respective links**_.
21+
- 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**_.
2322
required: true
2423
- label: This is not a support issue or a question. For support, questions, or help, visit [/r/uBlockOrigin](https://www.reddit.com/r/uBlockOrigin/).
2524
required: true
@@ -95,6 +94,6 @@ body:
9594

9695
- type: input
9796
attributes:
98-
label: Operating system and version
97+
label: Operating System and version
9998
validations:
10099
required: true

.github/ISSUE_TEMPLATE/bug_report_from_ubo.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,20 @@ body:
44
- type: markdown
55
attributes:
66
value: |
7-
Speculated performance issues will be marked as invalid and closed if they do not come with actual profiling data from the [Firefox Profiler](https://profiler.firefox.com/)/[Chromium Profiler](https://developer.chrome.com/docs/devtools/performance/reference) and a fully substantiated analysis supporting the claim.
7+
Speculated performance issues will be marked as invalid and closed if they do not come with actual profiling data from the [Firefox Profiler](https://profiler.firefox.com/)/[Chromium Profiler](https://developer.chrome.com/docs/devtools/evaluate-performance/reference/) and a fully substantiated analysis supporting the claim.
88
New filter list requests are not permitted and will be declined and closed.
9-
109
- type: checkboxes
1110
attributes:
1211
label: Prerequisites
1312
description: |
1413
To rule out invalid issues, confirm and check each one of the checkboxes.
1514
If [disabling uBO](https://github.com/gorhill/uBlock/wiki/Quick-guide:-popup-user-interface#the-large-power-button) makes the issue go away, then it is a filter issue.
16-
See what [the logger](https://github.com/gorhill/uBlock/wiki/The-logger) reports when you reproduce the issue; this will help you determine whether this is a filter issue.
15+
See what [the logger](https://github.com/gorhill/uBlock/wiki/The-logger) reports when you reproduce the issue, this will help you determine whether this is a filter issue.
1716
If the issue is still present after disabling uBlock Origin (uBO) in the browser, it is unrelated to uBO.
1817
options:
1918
- label: I verified that this is not a filter list issue. Report any issues with filter lists or broken website functionality in the [uAssets issue tracker](https://github.com/uBlockOrigin/uAssets/issues).
2019
required: true
21-
- label: This is **NOT** a [_YouTube_](https://github.com/uBlockOrigin/uAssets/issues/20586), [_Facebook_](https://github.com/uBlockOrigin/uAssets/issues/3367) or [_Twitch_](https://github.com/uBlockOrigin/uAssets/issues/5184) report. _These sites MUST be reported by clicking their **respective links**_.
20+
- 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**_.
2221
required: true
2322
- label: I performed a [cursory search of the issue tracker](https://github.com/uBlockOrigin/uBlock-issues/issues?q=is%3Aissue) to avoid opening a duplicate issue.
2423
required: true
@@ -33,7 +32,7 @@ body:
3332
options:
3433
- label: uBO is the only extension.
3534
required: true
36-
- label: Using a new, unmodified browser profile.
35+
- label: using a new, unmodified browser profile.
3736
required: true
3837

3938
- type: textarea

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ contact_links:
77
url: https://github.com/uBlockOrigin/uAssets/issues
88
about: Report issues with filter lists or broken website functionality in the uAssets issue tracker.
99
- name: uBO Lite (uBOL) Issues
10-
url: https://github.com/uBlockOrigin/uBOL-home/issues
10+
url: https://github.com/uBlockOrigin/uBOL-issues/issues
1111
about: Report issues specific to the Manifest Version 3 (MV3) variant in the uBOL issue tracker.
12-
- name: Filter List Issues
13-
url: https://github.com/uBlockOrigin/uBlock-issues#filter-list-issues
12+
- name: Filter List Requests
13+
url: https://github.com/uBlockOrigin/uBlock-issues#filter-list-requests
1414
about: New filter list requests are not permitted and will be declined and closed.
Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
name: Delete workflow runs
2-
3-
on:
4-
workflow_dispatch:
5-
1+
name: del-runs-comments
2+
on: workflow_dispatch
63
jobs:
74
runx:
85
runs-on: ubuntu-latest
96
permissions: write-all
10-
117
steps:
12-
- name: Delete workflow runs
13-
uses: christosgalano/delete-gh-workflow-runs@v1
8+
- uses: christosgalano/[email protected]
149
with:
1510
owner: uBlockOrigin
1611
repo: uBlock-issues
1712
token: ${{ secrets.GITHUB_TOKEN }}
1813
workflow: on-issue-comment
14+
15+
16+
17+
18+
19+
Lines changed: 7 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,19 @@
1-
name: Delete Bad Comments
2-
1+
name: on-issue-comment
32
on:
4-
workflow_dispatch:
53
issue_comment:
64
types: created
7-
85
jobs:
96
check-if-bad-comment:
10-
name: Delete Bad Comment
7+
name: delete bad comment
118
runs-on: ubuntu-latest
12-
if: >-
13-
(
14-
(contains(github.event.comment.body, 'Download') ||
15-
contains(github.event.comment.body, 'install') ||
16-
contains(github.event.comment.body, 'mediafire') ||
17-
contains(github.event.comment.body, 'changeme')) &&
18-
(contains(github.event.comment.body, 'gcc') ||
19-
contains(github.event.comment.body, 'usx'))
20-
) ||
21-
(
22-
contains(github.event.comment.body, 'install') &&
23-
(contains(github.event.comment.body, 'mediafire') ||
24-
contains(github.event.comment.body, 'gofile'))
25-
)
26-
9+
if: (( contains(github.event.comment.body, 'Download') || contains(github.event.comment.body, 'install') || contains(github.event.comment.body, 'mediafire') || contains(github.event.comment.body, 'changeme') ) && ( contains(github.event.comment.body, 'gcc') || contains(github.event.comment.body, 'usx'))) || ( contains(github.event.comment.body, 'install') && ( contains(github.event.comment.body, 'mediafire') || contains(github.event.comment.body, 'gofile') ))
2710
permissions: write-all
28-
2911
steps:
30-
- name: Echo event comment body
12+
- name: Delete comment
3113
run: |
32-
echo "${{ github.event.comment.body }}"
33-
34-
- name: Delete comments
35-
uses: actions-cool/issues-helper@v3
14+
echo " ${{ github.event.comment.body }} "
15+
- uses: actions-cool/issues-helper@v3
3616
with:
3717
actions: 'delete-comment'
3818
token: ${{ secrets.GITHUB_TOKEN }}
39-
comment-id: ${{ github.event.comment.id }}
19+
comment-id: ${{ github.event.comment.id }}

README.md

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,39 @@
11
# uBlock Origin (uBO) Issues
22

3-
Welcome to the official community-maintained issue tracker for [uBlock Origin (uBO)](https://github.com/gorhill/uBlock).
3+
This repository is the official community-maintained issue tracker for [uBO](https://github.com/gorhill/uBlock).
4+
5+
#### Support Forum
46

5-
## Support Forum
67
For support, questions, or help, visit [/r/uBlockOrigin](https://www.reddit.com/r/uBlockOrigin/).
78

8-
## Filter List Issues
9-
If you encounter issues with filter lists or broken website functionality, please report them in the [uAssets issue tracker](https://github.com/uBlockOrigin/uAssets/issues).
9+
#### Filter List Issues
1010

11-
## uBO Lite (uBOL) Issues
12-
For issues specific to the Manifest Version 3 (MV3) variant, use the [uBOL issue tracker](https://github.com/uBlockOrigin/uBOL-home/issues).
11+
Report issues with filter lists or broken website functionality in the [uAssets issue tracker](https://github.com/uBlockOrigin/uAssets/issues).
1312

14-
## Performance Issues
15-
Performance issues without actual profiling data from the [Firefox Profiler](https://profiler.firefox.com/) or [Chromium Profiler](https://developer.chrome.com/docs/devtools/performance/reference/) will be marked as invalid and closed. Please provide a fully substantiated analysis to support your claims.
13+
#### uBO Lite (uBOL) Issues
1614

17-
## WebRTC Issues
18-
Do not open issues regarding WebRTC leaking local IP addresses. Supported modern browsers do not leak local IPs through WebRTC. uBO is not a VPN/proxy tool. If you experience such issues, report them to your browser or VPN/proxy software provider.
15+
Report issues specific to the Manifest Version 3 (MV3) variant in the [uBOL issue tracker](https://github.com/uBlockOrigin/uBOL-issues/issues).
1916

20-
## Filter List Requests
21-
New filter list requests are not permitted and will be declined and closed.
17+
#### Performance Issues
18+
19+
Speculated performance issues are marked as invalid and closed if they do not come with actual profiling data from the [Firefox Profiler](https://profiler.firefox.com/)/[Chromium Profiler](https://developer.chrome.com/docs/devtools/performance/reference/) and a fully substantiated analysis supporting the claim.
20+
21+
#### WebRTC Issues
22+
23+
Do not open issues about WebRTC leaking local IP addresses. Supported modern browsers do not cause undue local IP address leaks through WebRTC. uBO is not a VPN/proxy tool. If you are experiencing such an issue, report it to the browser or VPN/proxy tools software provider or, if needed, both.
2224

23-
---
25+
#### Filter List Requests
26+
27+
New filter list requests are not permitted and will be declined and closed.
2428

2529
# uBO Development Builds
2630

27-
Use the development builds to report issues and regressions before the next stable release. Once installed, development builds will automatically update to the latest version.
31+
Use the development builds to help report issues and regressions before the next stable release.
32+
33+
Once you install a development build, it will automatically update when a new version is published.
34+
35+
- **Chromium**: Install from the [Chrome Web Store](https://chrome.google.com/webstore/detail/ublock-origin-development/cgbcahbpdhpcegmbfconppldiemgcoii).
36+
37+
- **Firefox**: Click the most recent `uBlock0_[version].firefox.signed.xpi` file from the [uBO Releases page](https://github.com/gorhill/uBlock/releases).
2838

29-
- **Chromium**: Install from the [Chrome Web Store](https://chromewebstore.google.com/detail/ublock-origin-development/cgbcahbpdhpcegmbfconppldiemgcoii).
30-
- **Firefox**: Download the latest `uBlock0_[version].firefox.signed.xpi` file from the [uBO Releases page](https://github.com/gorhill/uBlock/releases).
31-
- **Thunderbird**: Download the latest `uBlock0_[version].thunderbird.xpi` from the [uBO Releases page](https://github.com/gorhill/uBlock/releases) and drag-and-drop it into Thunderbird's Add-ons Manager pane (Thunderbird 91+ required).
39+
- **Thunderbird**: Download the most recent `uBlock0_[version].thunderbird.xpi` file from the [uBO Releases page](https://github.com/gorhill/uBlock/releases), then drag-n-drop it into Thunderbird's Add-ons Manager pane (Thunderbird 91+ required).

0 commit comments

Comments
 (0)