From d6d878764a28fe3602fd9d786a32850c3bc8e09c Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Sat, 7 Jan 2023 09:51:13 +0700 Subject: [PATCH 1/2] template: remove unused stuff --- .github/PULL_REQUEST_TEMPLATE.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 20cc2484e..480da5710 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,7 @@ ## Requirements +Unless explicitly specified otherwise by a **maintainer** or in the requirement description, your domain must pass **ALL** the indicated requirements above. +Please note that we reserve the rights not to accept any domain at our own discretion. + - [ ] The file is in the `domains` folder and is in the JSON format. - [ ] You have completed your website. - [ ] The website is reachable. @@ -6,16 +9,6 @@ - [ ] The CNAME record doesn't contain `https://` or `/`. - [ ] There is sufficient information at the `owner` field. -###### Unless explicitly specified otherwise by a **maintainer** or in the requirement description, your domain must pass **ALL** the indicated requirements above. - -###### Please note that we reserve the rights not to accept any domain at our own discretion. - -## How do you plan on using your subdomain? - - -## What is the purpose of the specified records? - ## Website Link/Preview - From d6c6c09c542e5995b8ba42750abeb04d92b15862 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Sat, 7 Jan 2023 14:07:38 +0700 Subject: [PATCH 2/2] template: add space Co-authored-by: William Harrison --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 480da5710..d64517868 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,6 @@ ## Requirements Unless explicitly specified otherwise by a **maintainer** or in the requirement description, your domain must pass **ALL** the indicated requirements above. + Please note that we reserve the rights not to accept any domain at our own discretion. - [ ] The file is in the `domains` folder and is in the JSON format.