Skip to content

Commit

Permalink
Create unblock-request.yml
Browse files Browse the repository at this point in the history
Signed-off-by: SystemJargon <[email protected]>
  • Loading branch information
SystemJargon committed Nov 4, 2023
1 parent e302a0d commit 66aa415
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/unblock-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Allow a domain or sub-domain to be unblocked
description: Submit a request for blocked domain or sub-domain/s to be removed from a blocklist
labels: ["unblock-request"]
assignees:
- systemjargon
body:
- type: textarea
id: blocklists
attributes:
label: Which blocklist are you using?
validations:
required: true

- type: textarea
id: domains
attributes:
label: Which domain/s or sub-domain/s should be un-blocked?
validations:
required: true

- type: textarea
id: reason
attributes:
label: Why should the domain/s or sub-domain/s be unblocked?
description: |
What happens if this is not blocked? What functions do not work for a domain or site? Feel free to add a screenshot.
validations:
required: true

0 comments on commit 66aa415

Please sign in to comment.