From 49986f92d734aa8058d8c2c866f56a3f5cfe63e3 Mon Sep 17 00:00:00 2001 From: "Michael Ziminsky (Z)" Date: Fri, 27 Sep 2019 21:40:44 -0700 Subject: [PATCH] Add labels to issue templates --- .github/ISSUE_TEMPLATE/ad-blocking-support.md | 3 +++ .github/ISSUE_TEMPLATE/bug_report.md | 5 ++++- .github/ISSUE_TEMPLATE/feature_request.md | 5 ++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ad-blocking-support.md b/.github/ISSUE_TEMPLATE/ad-blocking-support.md index d913167..2010b1c 100644 --- a/.github/ISSUE_TEMPLATE/ad-blocking-support.md +++ b/.github/ISSUE_TEMPLATE/ad-blocking-support.md @@ -1,6 +1,9 @@ --- name: Ad blocking support about: For if you're seeing ads. Request help with manually identifying ad CSS selectors +title: '' +labels: Ad Blocking +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8922d7b..0a596ac 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,9 @@ --- -name: Bug report +name: Bug Report about: Report broken functionality or other problems with the extension +title: '' +labels: bug +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 066b2d9..34f91c5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,9 @@ --- -name: Feature request +name: Feature Request about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' ---