From df901571b56b4894e7a315ad2fdf63d817ddf3f8 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Mon, 2 Jan 2023 18:07:49 +0700 Subject: [PATCH 1/2] Update PULL_REQUEST_TEMPLATE.md --- .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 dc037ee51..bc7d72873 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,6 +2,7 @@ ## Requirements +Unless explictly specified otherwise, you must pass **ALL** the requirements below. 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. From a698c610634eed8392d03fe9d880a769fa7ac6ca Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 3 Jan 2023 13:27:03 +0800 Subject: [PATCH 2/2] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index bc7d72873..e7327d8f5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,9 @@ ## Requirements -Unless explictly specified otherwise, you must pass **ALL** the requirements below. Note that we reserve the rights not to accept any domain at our own discretion. +Unless explictly specified otherwise by a **maintainer**, you must pass **ALL** of the indicated requirements below. +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.