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: