From 45ab28d5858539354f9712fe97c6f5d5708fe27c Mon Sep 17 00:00:00 2001 From: Gerd Date: Sat, 19 Apr 2025 13:49:21 +0200 Subject: [PATCH] update --- .github/ISSUE_TEMPLATE/denylist-request.yml | 30 +++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/denylist-request.yml b/.github/ISSUE_TEMPLATE/denylist-request.yml index 883bd2798..9dbbd9ebe 100644 --- a/.github/ISSUE_TEMPLATE/denylist-request.yml +++ b/.github/ISSUE_TEMPLATE/denylist-request.yml @@ -4,6 +4,36 @@ labels: ["deny"] assignees: - hagezi body: + - type: dropdown + id: adblocker + attributes: + label: Which AdBlocker or DNS cloud service do you use? + description: | + Choose the AdBlocker or DNS cloud service you are using. If it’s not listed, select Other and specify its name in the comments section below. + multiple: true + options: + - AdGuard + - AdGuard DNS + - AdGuard Home + - Pi-hole + - uBlock Origin + - adblock-lean + - ControlD + - DNSwarden + - NextDNS + - RethinkDNS + - Other + validations: + required: true + - type: input + id: other_adblocker + attributes: + label: Other AdBlocker or DNS cloud service + description: | + If you selected Other, please enter the name here. + validations: + required: false + - type: dropdown id: blocklists attributes: