From a04c02e6b6e51897b09cfc9a82f787acd8efddd2 Mon Sep 17 00:00:00 2001 From: gurkiratz Date: Wed, 15 Nov 2023 21:13:55 -0500 Subject: [PATCH 1/3] feat(domain): gurkirat.is-a.dev --- domains/gurkirat.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/gurkirat.json diff --git a/domains/gurkirat.json b/domains/gurkirat.json new file mode 100644 index 000000000..33c91323f --- /dev/null +++ b/domains/gurkirat.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "gurkiratz", + "email": "singh.gurkirat2707@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 94043d3212dcf4943273c970a002fb4f6fcd768b Mon Sep 17 00:00:00 2001 From: Paillat Date: Sat, 18 Nov 2023 00:28:45 +0100 Subject: [PATCH 2/3] fix(README): fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d1087221..664caa2a2 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ If you have an issue that contains confidental infomation then email hello@maint ### Automated Registration Easiest method: Use the [manage website](https://manage.is-a.dev), sign in with your github account and click the register page in the navbar. Fill out some questions and it will all happen automagically! -Another method is to join our [Discord](https://discord.gg/PZCGHz4RhQ) then head to the commands channel and do /register . The bot will ask you a few questions then will generate your PR and domain automaticly. The bot also allows for domain deletion and editing. +Another method is to join our [Discord](https://discord.gg/PZCGHz4RhQ) then head to the commands channel and do /register . The bot will ask you a few questions then will generate your PR and domain automatically. The bot also allows for domain deletion and editing. ### Manual Registration - [Fork](https://github.com/is-a-dev/register/fork) this repository. From b12846ca0cc8bbec062467ef984d1c429e166aa1 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 18 Nov 2023 10:22:47 +0800 Subject: [PATCH 3/3] fix more typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 664caa2a2..a550559cc 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ If you have an issue that contains confidental infomation then email hello@maint ## Register ### Automated Registration -Easiest method: Use the [manage website](https://manage.is-a.dev), sign in with your github account and click the register page in the navbar. Fill out some questions and it will all happen automagically! +Easiest method: Use the [manage website](https://manage.is-a.dev), sign in with your GitHub account and click the register page in the navbar. Fill out some questions and it will all happen automatically! -Another method is to join our [Discord](https://discord.gg/PZCGHz4RhQ) then head to the commands channel and do /register . The bot will ask you a few questions then will generate your PR and domain automatically. The bot also allows for domain deletion and editing. +Another method is to join our [Discord server](https://discord.gg/PZCGHz4RhQ), head to the commands channel and run `/register`. The bot will ask you a few questions then will generate your PR and domain automatically. The bot also allows for domain deletion and editing. ### Manual Registration - [Fork](https://github.com/is-a-dev/register/fork) this repository.