From ab2f5c2f6bcfc5005cab4018b6cb8a35069ac67d Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 2 Mar 2021 12:23:40 -0500 Subject: [PATCH] Update issue templates to new format (#3784) * Update issue templates * Create config.yml * Delete bug_report.md * Delete ISSUE_TEMPLATE.md Co-authored-by: Madis Otenurm --- .github/ISSUE_TEMPLATE.md | 9 --------- .github/ISSUE_TEMPLATE/config.yml | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 5d0b57f8a..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,9 +0,0 @@ -<-- - -Do not open issue here. - -The official issue tracker for uBlock Origin is at: - -https://github.com/uBlockOrigin/uBlock-issues/issues - ---> diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..3d86052d3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,17 @@ +blank_issues_enabled: false +contact_links: + - name: Bug report + url: https://github.com/uBlockOrigin/uBlock-issues + about: Bugs and feature requests are now in a separate repository + - name: Questions and support + url: https://old.reddit.com/r/uBlockOrigin/ + about: Answers to questions and other kinds of help support is provided on the subreddit r/uBlockOrigin + - name: Filter issues/website is broken + url: https://github.com/uBlockOrigin/uAssets/issues + about: Please report any issues with specific websites to uAssets issue tracker + - name: New filter list + url: https://github.com/uBlockOrigin/uBlock-issues/blob/master/README.md#ublock-issues + about: Opening issues for adding new filter lists is now disallowed and such issues will be declined and closed + - name: Issues with Firefox 56 or older + url: https://github.com/gorhill/uBlock-for-firefox-legacy/issues + about: If you are using uBlock Origin for Firefox legacy, please write the issues to its issue tracker