From ff2a2e63d0950a8d631dff8b4031010db286487f Mon Sep 17 00:00:00 2001 From: Faaiz Ahmad <130361851+FaaizAhmad6420@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:57:36 +0500 Subject: [PATCH 01/28] Create faaiz.json --- domains/faaiz.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/faaiz.json diff --git a/domains/faaiz.json b/domains/faaiz.json new file mode 100644 index 000000000..80a8db772 --- /dev/null +++ b/domains/faaiz.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "FaaizAhmad6420" + }, + "record": { + "CNAME": "faaizahmad6420.github.io" + } +} From 2c812f5ca613a803f629ad446e090422fd6198df Mon Sep 17 00:00:00 2001 From: Abdul Razzaq <39210426+algo-encoders@users.noreply.github.com> Date: Wed, 29 Jan 2025 15:20:03 +0500 Subject: [PATCH 02/28] Create abdulrazzaq.json This would my portfolio website --- domains/abdulrazzaq.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/abdulrazzaq.json diff --git a/domains/abdulrazzaq.json b/domains/abdulrazzaq.json new file mode 100644 index 000000000..78390d11a --- /dev/null +++ b/domains/abdulrazzaq.json @@ -0,0 +1,10 @@ +{ + "description": "Portfolio Website", + "owner": { + "username": "algo-encoders", + "email": "a.razzaq4085@gmail.com" + }, + "record": { + "A": "75.119.140.170" + } +} From d2907299e546bb61141c585e6ce9632965907c46 Mon Sep 17 00:00:00 2001 From: Abdul Razzaq <39210426+algo-encoders@users.noreply.github.com> Date: Sun, 2 Feb 2025 00:37:36 +0500 Subject: [PATCH 03/28] Update abdulrazzaq.json Convert A Record to array --- domains/abdulrazzaq.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/abdulrazzaq.json b/domains/abdulrazzaq.json index 78390d11a..f8296566f 100644 --- a/domains/abdulrazzaq.json +++ b/domains/abdulrazzaq.json @@ -5,6 +5,6 @@ "email": "a.razzaq4085@gmail.com" }, "record": { - "A": "75.119.140.170" + "A": ["75.119.140.170"] } } From 4ba42fbce11670bd29701503947977e4d82f452c Mon Sep 17 00:00:00 2001 From: YFFKJB <43834557+YFFKJB@users.noreply.github.com> Date: Sun, 2 Feb 2025 08:52:15 +0800 Subject: [PATCH 04/28] Update pilotseye.json --- domains/pilotseye.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/domains/pilotseye.json b/domains/pilotseye.json index 8b00f2138..30706a506 100644 --- a/domains/pilotseye.json +++ b/domains/pilotseye.json @@ -4,7 +4,13 @@ "email": "1261546255@qq.com" }, "record": { - "CNAME": "cname.vercel-dns.com" + "CNAME": "cname.vercel-dns.com", + "TXT": [ + { + "name": "_vercel", + "value": "vc-domain-verify=pilotseye.is-a.dev,4b9b047c169b50ff424b" + } + ] }, "description": "PilotsEYE Studio Accounting System - A web-based accounting system for PilotsEYE Studio" } From 5e6e621aef71f436f197a44c8756999dd3ba03d3 Mon Sep 17 00:00:00 2001 From: YFFKJB <43834557+YFFKJB@users.noreply.github.com> Date: Sun, 2 Feb 2025 09:07:05 +0800 Subject: [PATCH 05/28] Update pilotseye.json --- domains/pilotseye.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/domains/pilotseye.json b/domains/pilotseye.json index 30706a506..21c7b0ea7 100644 --- a/domains/pilotseye.json +++ b/domains/pilotseye.json @@ -5,12 +5,9 @@ }, "record": { "CNAME": "cname.vercel-dns.com", - "TXT": [ - { - "name": "_vercel", - "value": "vc-domain-verify=pilotseye.is-a.dev,4b9b047c169b50ff424b" - } - ] + "TXT": { + "_vercel": "vc-domain-verify=pilotseye.is-a.dev,4b9b047c169b50ff424b" + } }, - "description": "PilotsEYE Studio Accounting System - A web-based accounting system for PilotsEYE Studio" + "description": "PilotsEYE Studio 会计系统 - PilotsEYE Studio 的基于 Web 的会计系统" } From 4a8a4f5c61bdfddca1a0377ed800eacad2fc86af Mon Sep 17 00:00:00 2001 From: YFFKJB <43834557+YFFKJB@users.noreply.github.com> Date: Sun, 2 Feb 2025 09:13:13 +0800 Subject: [PATCH 06/28] Update pilotseye.json --- domains/pilotseye.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/pilotseye.json b/domains/pilotseye.json index 21c7b0ea7..a994a746b 100644 --- a/domains/pilotseye.json +++ b/domains/pilotseye.json @@ -6,7 +6,7 @@ "record": { "CNAME": "cname.vercel-dns.com", "TXT": { - "_vercel": "vc-domain-verify=pilotseye.is-a.dev,4b9b047c169b50ff424b" + "_vercel.pilotseye": "vc-domain-verify=pilotseye.is-a.dev,4b9b047c169b50ff424b" } }, "description": "PilotsEYE Studio 会计系统 - PilotsEYE Studio 的基于 Web 的会计系统" From 54e2fe88d49f3d401350c57537acced13b4a8e8a Mon Sep 17 00:00:00 2001 From: YFFKJB <43834557+YFFKJB@users.noreply.github.com> Date: Sun, 2 Feb 2025 09:15:05 +0800 Subject: [PATCH 07/28] Update pilotseye.json --- domains/pilotseye.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/pilotseye.json b/domains/pilotseye.json index a994a746b..0c1224cea 100644 --- a/domains/pilotseye.json +++ b/domains/pilotseye.json @@ -5,9 +5,7 @@ }, "record": { "CNAME": "cname.vercel-dns.com", - "TXT": { - "_vercel.pilotseye": "vc-domain-verify=pilotseye.is-a.dev,4b9b047c169b50ff424b" - } + "proxied": true }, "description": "PilotsEYE Studio 会计系统 - PilotsEYE Studio 的基于 Web 的会计系统" } From bf627741d0da1c1d7e37df14d5412b533125f3ac Mon Sep 17 00:00:00 2001 From: YFFKJB <43834557+YFFKJB@users.noreply.github.com> Date: Sun, 2 Feb 2025 09:31:37 +0800 Subject: [PATCH 08/28] Update pilotseye.json --- domains/pilotseye.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/pilotseye.json b/domains/pilotseye.json index 0c1224cea..7fc47675f 100644 --- a/domains/pilotseye.json +++ b/domains/pilotseye.json @@ -4,8 +4,8 @@ "email": "1261546255@qq.com" }, "record": { - "CNAME": "cname.vercel-dns.com", - "proxied": true + "CNAME": "cname.vercel-dns.com" }, + "proxy": true, "description": "PilotsEYE Studio 会计系统 - PilotsEYE Studio 的基于 Web 的会计系统" } From 893887b1bf44703d1ef2874d97e128b5635bba23 Mon Sep 17 00:00:00 2001 From: Jason Wohlgemuth Date: Sun, 2 Feb 2025 15:55:14 -0500 Subject: [PATCH 09/28] Create jhw.json --- domains/jhw.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/jhw.json diff --git a/domains/jhw.json b/domains/jhw.json new file mode 100644 index 000000000..d50875bf6 --- /dev/null +++ b/domains/jhw.json @@ -0,0 +1,11 @@ +{ + "description": "Jason Wohlgemuth's resume", + "repo": "https://github.com/jhwohlgemuth/resume", + "owner": { + "username": "jhwohlgemuth", + "twitter": "jhwohlgemuth" + }, + "record": { + "CNAME": "jhwohlgemuth.github.io/resume" + } +} From b0ae0f23c9caa394a50e97e88f00d29617b42a7e Mon Sep 17 00:00:00 2001 From: Nabeel Molham Date: Mon, 3 Feb 2025 11:48:44 +1100 Subject: [PATCH 10/28] Define nabeel subdomain --- domains/nabeel.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/nabeel.json diff --git a/domains/nabeel.json b/domains/nabeel.json new file mode 100644 index 000000000..34fa5784d --- /dev/null +++ b/domains/nabeel.json @@ -0,0 +1,12 @@ +{ + "repo": "https://nabeel.molham.me/links/github", + "owner": { + "username": "N-Molham", + "email": "nmolham@duck.com", + "twitter": "https://nabeel.molham.me/links/twitter", + "links": "https://nabeel.molham.me/links/", + }, + "record": { + "CNAME": "nabeel.molham.me" + } +} From 22f9d3773b29304649a6c8073eedb71ef56e3f2a Mon Sep 17 00:00:00 2001 From: Donald Wu <38281146+donald001@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:18:33 +0800 Subject: [PATCH 11/28] Create donald.json --- domains/donald.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/donald.json diff --git a/domains/donald.json b/domains/donald.json new file mode 100644 index 000000000..114aec71f --- /dev/null +++ b/domains/donald.json @@ -0,0 +1,10 @@ +{ + "description": "Donald's personal developer website", + "owner": { + "email": "dawntop@126.com", + "username": "donald" + }, + "record": { + "CNAME": "donald001.github.io" + } +} From fbb6b67876d8e22e03c663ee962ffccc344b4fc4 Mon Sep 17 00:00:00 2001 From: btleffler Date: Mon, 3 Feb 2025 09:30:48 -0500 Subject: [PATCH 12/28] Create GH Pages verification record for btleffler.is-a.dev --- domains/_github-pages-challenge-btleffler.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-btleffler.json diff --git a/domains/_github-pages-challenge-btleffler.json b/domains/_github-pages-challenge-btleffler.json new file mode 100644 index 000000000..0bd8aecb0 --- /dev/null +++ b/domains/_github-pages-challenge-btleffler.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "btleffler", + "email": "btleffler@github.com" + }, + "record": { + "TXT": "6c3fe486c491afe19b9ba3bbb03d2a" + } +} From 5d6fbd8ed2e31abff0ed5145fa566a773441a7b3 Mon Sep 17 00:00:00 2001 From: helloromero Date: Mon, 3 Feb 2025 14:39:26 +0000 Subject: [PATCH 13/28] add romero domain adding romero! aka me. --- domains/romero.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/romero.json diff --git a/domains/romero.json b/domains/romero.json new file mode 100644 index 000000000..fc4cac431 --- /dev/null +++ b/domains/romero.json @@ -0,0 +1,10 @@ +{ + "your-subdomain": { + "owner": { + "username": "helloromero" + }, + "records": { + "CNAME": "helloromero.co.uk" + } + } +} From 194c53edb2a485be7b5154d12197333065fe31ca Mon Sep 17 00:00:00 2001 From: btleffler Date: Mon, 3 Feb 2025 10:02:52 -0500 Subject: [PATCH 14/28] Rename verification file for btleffler --- ...fler.json => _github-pages-challenge-btleffler.btleffler.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-btleffler.json => _github-pages-challenge-btleffler.btleffler.json} (100%) diff --git a/domains/_github-pages-challenge-btleffler.json b/domains/_github-pages-challenge-btleffler.btleffler.json similarity index 100% rename from domains/_github-pages-challenge-btleffler.json rename to domains/_github-pages-challenge-btleffler.btleffler.json From 1dc22606993d8d0fffe859c127f730d2d83d09f2 Mon Sep 17 00:00:00 2001 From: PAVAN SAI TEJA K <84830460+pavan-k-teja@users.noreply.github.com> Date: Mon, 3 Feb 2025 21:52:40 +0530 Subject: [PATCH 15/28] request for subdomain for github pages --- domains/pavankteja.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/pavankteja.json diff --git a/domains/pavankteja.json b/domains/pavankteja.json new file mode 100644 index 000000000..e7890a8b0 --- /dev/null +++ b/domains/pavankteja.json @@ -0,0 +1,11 @@ +{ + "description": "Want to use it to showcase my portfolio", + "repo": "https://github.com/pavan-k-teja/pavan-k-teja.github.io", + "owner": { + "username": "pavan-k-teja", + "email": "pavan@pavan.gg" + }, + "record": { + "CNAME": "pavan-k-teja.github.io" + } +} \ No newline at end of file From 67258b1a64410c678d50186f9171ab4f725b2b1a Mon Sep 17 00:00:00 2001 From: Juan Carlos <155624350+LacruzJSDev@users.noreply.github.com> Date: Mon, 3 Feb 2025 21:26:19 +0100 Subject: [PATCH 16/28] Create juancarloslacruz.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # 🚀 Domain Registration Request ## ✅ Requirements Checklist - [x] The file is in the `domains` folder and is in JSON format. - [x] The file name is all lowercase and alphanumeric. - [x] The website is completed. - [x] The website is reachable. - [ ] I'm not using Vercel. *(Not applicable, as I'm using a CNAME record with Vercel.)* - [x] The CNAME record does not contain `https://` or `/`. - [x] The `owner` field contains sufficient information (includes email and Discord). ## 🌐 Website Link/Preview 🔗 [portafolio-weld-three.vercel.app](https://portafolio-weld-three.vercel.app) The website is fully developed and accessible via the provided link. If any modifications are needed, please let me know. 🚀 --- domains/juancarloslacruz.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/juancarloslacruz.json diff --git a/domains/juancarloslacruz.json b/domains/juancarloslacruz.json new file mode 100644 index 000000000..77de78413 --- /dev/null +++ b/domains/juancarloslacruz.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "LacruzJSDev", + "email": "", + "discord": "1336068820661567489" + }, + "record": { + "CNAME": "portafolio-weld-three.vercel.app" + } +} From 2570043042887dde451fe2830c0c6d8dedbe0609 Mon Sep 17 00:00:00 2001 From: Lachlan Teale <8567647+MrTeale@users.noreply.github.com> Date: Wed, 5 Feb 2025 03:59:56 +0000 Subject: [PATCH 17/28] Add Lachlan.json --- domains/lachlan.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/lachlan.json diff --git a/domains/lachlan.json b/domains/lachlan.json new file mode 100644 index 000000000..916392b08 --- /dev/null +++ b/domains/lachlan.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "mrteale" + }, + "record": { + "CNAME": "lachlanteale.com" + } +} \ No newline at end of file From 86a67ea3e7a38fb6a11143575f39dae08e2a9e4a Mon Sep 17 00:00:00 2001 From: helloromero Date: Wed, 5 Feb 2025 15:50:15 +0000 Subject: [PATCH 18/28] updateed romero.json --- domains/romero.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/romero.json b/domains/romero.json index fc4cac431..4ed0e2b50 100644 --- a/domains/romero.json +++ b/domains/romero.json @@ -1,7 +1,8 @@ { - "your-subdomain": { + "owner": { "owner": { - "username": "helloromero" + "username": "helloromero", + "email": "hello@helloromero.co.uk" }, "records": { "CNAME": "helloromero.co.uk" From 4c08e38fff9ec7ecfcd87fa3cd0b2311011bd37b Mon Sep 17 00:00:00 2001 From: Jason Wohlgemuth Date: Thu, 6 Feb 2025 19:14:15 -0500 Subject: [PATCH 19/28] Update domains/jhw.json Co-authored-by: 21Z <21z95@proton.me> --- domains/jhw.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jhw.json b/domains/jhw.json index d50875bf6..fdd3b8743 100644 --- a/domains/jhw.json +++ b/domains/jhw.json @@ -6,6 +6,6 @@ "twitter": "jhwohlgemuth" }, "record": { - "CNAME": "jhwohlgemuth.github.io/resume" + "CNAME": "jhwohlgemuth.github.io" } } From aa05e7930b154bcda0771226405262a9fd2a8ed9 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 7 Feb 2025 21:51:51 +0800 Subject: [PATCH 20/28] Update pilotseye.json --- domains/pilotseye.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/pilotseye.json b/domains/pilotseye.json index 7fc47675f..9337caf6b 100644 --- a/domains/pilotseye.json +++ b/domains/pilotseye.json @@ -6,6 +6,5 @@ "record": { "CNAME": "cname.vercel-dns.com" }, - "proxy": true, "description": "PilotsEYE Studio 会计系统 - PilotsEYE Studio 的基于 Web 的会计系统" } From 242ca17c79703dbea2f0dc10a720f2416ca58c0c Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 7 Feb 2025 21:54:15 +0800 Subject: [PATCH 21/28] Update domains/nabeel.json Co-authored-by: 21Z <21z95@proton.me> --- domains/nabeel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nabeel.json b/domains/nabeel.json index 34fa5784d..e0fedc4d2 100644 --- a/domains/nabeel.json +++ b/domains/nabeel.json @@ -4,7 +4,7 @@ "username": "N-Molham", "email": "nmolham@duck.com", "twitter": "https://nabeel.molham.me/links/twitter", - "links": "https://nabeel.molham.me/links/", + "links": "https://nabeel.molham.me/links/" }, "record": { "CNAME": "nabeel.molham.me" From 1cb61bea496f37dddaae4a59c8bab39c2672fb3c Mon Sep 17 00:00:00 2001 From: Donald Wu <38281146+donald001@users.noreply.github.com> Date: Fri, 7 Feb 2025 21:58:42 +0800 Subject: [PATCH 22/28] Update username to github name --- domains/donald.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/donald.json b/domains/donald.json index 114aec71f..de6754b7e 100644 --- a/domains/donald.json +++ b/domains/donald.json @@ -2,7 +2,7 @@ "description": "Donald's personal developer website", "owner": { "email": "dawntop@126.com", - "username": "donald" + "username": "donald001" }, "record": { "CNAME": "donald001.github.io" From af9f6dc82d116c1713472244bf3182964f2d1b5a Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 7 Feb 2025 22:06:25 +0800 Subject: [PATCH 23/28] Update domains/juancarloslacruz.json Co-authored-by: 21Z <21z95@proton.me> --- domains/juancarloslacruz.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/juancarloslacruz.json b/domains/juancarloslacruz.json index 77de78413..e2d6850f0 100644 --- a/domains/juancarloslacruz.json +++ b/domains/juancarloslacruz.json @@ -1,7 +1,6 @@ { "owner": { "username": "LacruzJSDev", - "email": "", "discord": "1336068820661567489" }, "record": { From 5f56f62769e0711b01fb91496c83ec412dc9a809 Mon Sep 17 00:00:00 2001 From: btleffler Date: Fri, 7 Feb 2025 09:08:24 -0500 Subject: [PATCH 24/28] Correct email address in verification record --- domains/_github-pages-challenge-btleffler.btleffler.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_github-pages-challenge-btleffler.btleffler.json b/domains/_github-pages-challenge-btleffler.btleffler.json index 0bd8aecb0..db1ae933e 100644 --- a/domains/_github-pages-challenge-btleffler.btleffler.json +++ b/domains/_github-pages-challenge-btleffler.btleffler.json @@ -1,7 +1,7 @@ { "owner": { "username": "btleffler", - "email": "btleffler@github.com" + "email": "btleffler@gmail.com" }, "record": { "TXT": "6c3fe486c491afe19b9ba3bbb03d2a" From 2c144792cc70345248a79d39b56b59842f28e6f1 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 7 Feb 2025 22:14:01 +0800 Subject: [PATCH 25/28] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f73b01de4..55852cbb7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,24 +1,20 @@ # Requirements -Unless explicitly specified otherwise by a **maintainer** or in the requirement description, your domain **MUST** pass **ALL** the indicated requirements below. + - [ ] I have **read** and **understood** the [Terms of Service](https://is-a.dev/terms). -- [ ] My domain is **not** for commercial use. +- [ ] I understand my domain will be removed if I violate the [Terms of Service](https://is-a.dev/terms). - [ ] My file is in the `domains` directory and has the `.json` file extension. - [ ] My file's name is lowercased and alphanumeric. -- [ ] My website is **reachable**. -- [ ] I have **completed** my website. -- [ ] My website is related to **software development**. +- [ ] My website is **reachable** and **completed**. - [ ] I have provided sufficient contact information in the `owner` key. -- [ ] I have followed and read the [documentation](https://docs.is-a.dev). -- [ ] I understand my domain will be removed if I violate the [Terms of Service](https://is-a.dev/terms). # Website Preview - + From 561244bdefa9658fd94f90a4c489641453d9c270 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 7 Feb 2025 22:22:24 +0800 Subject: [PATCH 26/28] Update CONTRIBUTING.md --- CONTRIBUTING.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4fa514e5b..7fc864a51 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,17 +1,8 @@ # Contributing -When contributing to this repository, please first discuss the change you wish to make via issue before making a change. - -You should also read up on this project's [code of conduct](https://github.com/is-a-dev/register/blob/main/CODE_OF_CONDUCT.md). ## Pull requests -- Adding, changing or removing a domain file you own. -- Fixing a bug in the scripts or CI. -- Fix an error in the documentation. - -#### Domains -- Your pull request will be reviewed and merged into `main` branch. -- The records will be published as soon as the PR is merged. -- The changes should reflect soon after publishing. +- If the PR template is updated, any pre-existing PRs must follow the updated template, in order to be merged. +- We reserve the right to deny any pull request for any reason. ## Issues - **Report an abusive domain** - Create a new issue with the label `report-abuse`. From 5ac96ca96198904c528f5b5bb4ff319cb2f86e25 Mon Sep 17 00:00:00 2001 From: orangc Date: Fri, 7 Feb 2025 17:28:54 +0300 Subject: [PATCH 27/28] Update domains/romero.json Co-authored-by: 21Z <21z95@proton.me> --- domains/romero.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/domains/romero.json b/domains/romero.json index 4ed0e2b50..54a1f213f 100644 --- a/domains/romero.json +++ b/domains/romero.json @@ -1,5 +1,4 @@ { - "owner": { "owner": { "username": "helloromero", "email": "hello@helloromero.co.uk" @@ -7,5 +6,4 @@ "records": { "CNAME": "helloromero.co.uk" } - } } From 8e2199638aa1ca347063460daca25b078722fb43 Mon Sep 17 00:00:00 2001 From: orangc Date: Fri, 7 Feb 2025 17:31:25 +0300 Subject: [PATCH 28/28] fix: typo --- domains/romero.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/romero.json b/domains/romero.json index 54a1f213f..899b495cd 100644 --- a/domains/romero.json +++ b/domains/romero.json @@ -3,7 +3,7 @@ "username": "helloromero", "email": "hello@helloromero.co.uk" }, - "records": { + "record": { "CNAME": "helloromero.co.uk" } }