From 9e0f45aef549c346a6441b2eff45165ff8b90975 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 30 Sep 2022 09:06:39 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0dc325f..cef3c58 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ ## is-a-good-dev - A free subdomain provider for developers around the globe. ### Similar Projects @@ -8,21 +7,19 @@ A free subdomain provider for developers around the globe. - [cluster.ws & wip.la](https://github.com/Olivr/free-domain) - [js.org](https://github.com/js-org/js.org) (JavaScript projects only) -### How to get your domain: -In order to find out info about getting your domain: +### Register a domain +Read the [docs](https://docs.is-a-good.dev). -[Read the documentation](https://docs.is-a-good.dev/) - -### Errors: +### Errors Your pull request **will not** be merged if: - You already own a subdomain on our service. -- The records provided includes invalid/unpermitted record types. Should this happen we will notify you and request changes. +- The records provided includes invalid/unpermitted record types. If this happens we will notify you and request changes. -### Information +### Links - [Documentation](https://docs.is-a-good.dev) ### Notice: If your subdomain is inactive, as in not being actively used, it may be purged. We will try and notify you before purging via the email you provided. If no email is provided your subdomain will be purged without notice. -**Please make sure that you fill in the relevant information on your pull request, we are currently operating this manually meaning it takes time to link the domains. Filling in the correct information just makes our lives a little bit easier.** +**Please make sure that you fill in the relevant information on your pull request, we are currently operating this manually meaning it takes time to register the subdomains. Filling in the correct information makes our lives a little bit easier.** From dd1b6af3d776eb984100788fb8cdf9a95f3ee2cb Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 30 Sep 2022 16:14:15 +0800 Subject: [PATCH 2/3] prettier --- sub-logs/harish.json | 4 ++-- sub-logs/kamino.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sub-logs/harish.json b/sub-logs/harish.json index b2df896..e76bebe 100644 --- a/sub-logs/harish.json +++ b/sub-logs/harish.json @@ -1,8 +1,8 @@ { - "repo": "https://github.com/HarishB167/hs-app", + "repo": "https://github.com/harishb167/hs-app", "owner": { - "username": "harish", + "username": "HarishB167", "email": "harishbb168@gmail.com" }, diff --git a/sub-logs/kamino.json b/sub-logs/kamino.json index 64cb5d6..c6a70a5 100644 --- a/sub-logs/kamino.json +++ b/sub-logs/kamino.json @@ -13,7 +13,7 @@ }, "TXT": { - "name": "_tixte-challenge", + "name": "_tixte-challenge.kamino", "value": "l3SKVIyd" } }, From 24c037ad35f7b4de3a2221ddc78b7a7db5086ab1 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 30 Sep 2022 17:31:25 +0800 Subject: [PATCH 3/3] fix: tixte challenge --- sub-logs/kamino.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub-logs/kamino.json b/sub-logs/kamino.json index c6a70a5..64cb5d6 100644 --- a/sub-logs/kamino.json +++ b/sub-logs/kamino.json @@ -13,7 +13,7 @@ }, "TXT": { - "name": "_tixte-challenge.kamino", + "name": "_tixte-challenge", "value": "l3SKVIyd" } },