From f33590a3ef149bc4dd2d4bdf3b9cc4803c2b26b6 Mon Sep 17 00:00:00 2001 From: Siyu <98018258+Siyu1017@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:47:38 +0800 Subject: [PATCH 1/2] Register evalk.is-a.dev --- domains/evalk.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/evalk.json diff --git a/domains/evalk.json b/domains/evalk.json new file mode 100644 index 000000000..2873e8a61 --- /dev/null +++ b/domains/evalk.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Siyu1017", + "email": "adibao1111@gmail.com", + "discord": "895251736250437653" + }, + + "record": { + "A": ["60.249.193.112"] + } + } + \ No newline at end of file From 6a5e0d59475cc4afd69793d4f65b3fe2801d838f Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Mon, 17 Jun 2024 17:30:29 +0530 Subject: [PATCH 2/2] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 228709d42..36ec3d8b5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,7 +9,7 @@ Please note that we reserve the rights not to accept any domain at our own discr - [ ] The file's name is all lowercased and alphanumeric. - [ ] You have completed your website. - [ ] The website is reachable. -- [ ] You're not using Vercel or Netlify. +- [ ] You're not using Vercel. - [ ] The CNAME record doesn't contain `https://` or `/`. - [ ] There is sufficient information at the `owner` field.