diff --git a/domains/atzu.json b/domains/atzu.json
new file mode 100644
index 000000000..0cf4e5bbe
--- /dev/null
+++ b/domains/atzu.json
@@ -0,0 +1,11 @@
+{
+ "description": "ATZU's website",
+ "repo": "https://github.com/z3ro0k",
+ "owner": {
+ "username": "z3ro0k",
+ "email": "zerok636@gmail.com"
+ },
+ "record": {
+ "CNAME": "atzu.xyz"
+ }
+}
diff --git a/domains/dwii.json b/domains/dwii.json
new file mode 100644
index 000000000..e0205005b
--- /dev/null
+++ b/domains/dwii.json
@@ -0,0 +1,11 @@
+{
+ "description": "DwiiUnknown is a dev.",
+ "repo": "https://github.com/ItzMeDwii/dwii.me",
+ "owner": {
+ "username": "ItzMeDwii",
+ "email": "dwii5359@azalelnation.com"
+ },
+ "record": {
+ "CNAME": "azn-us.dwii.me"
+ }
+}
diff --git a/domains/hatkid.json b/domains/hatkid.json
new file mode 100644
index 000000000..c2f5bba3c
--- /dev/null
+++ b/domains/hatkid.json
@@ -0,0 +1,11 @@
+{
+ "description": "Hat Kid's domain! (hat_kid)",
+ "repo": "https://github.com/thehatkid/thehatkid.github.io",
+ "owner": {
+ "username": "thehatkid",
+ "email": "saha22023@gmail.com"
+ },
+ "record": {
+ "CNAME": "thehatkid.github.io"
+ }
+}
\ No newline at end of file
diff --git a/domains/hzmi.json b/domains/hzmi.json
new file mode 100644
index 000000000..195842361
--- /dev/null
+++ b/domains/hzmi.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal Website",
+ "repo": "https://github.com/Hazmi35",
+ "owner": {
+ "username": "Hazmi35",
+ "email": "contact@hzmi.xyz"
+ },
+ "record": {
+ "CNAME": "hzmi.me"
+ }
+}
diff --git a/domains/koding.json b/domains/koding.json
new file mode 100644
index 000000000..1dc7a8222
--- /dev/null
+++ b/domains/koding.json
@@ -0,0 +1,11 @@
+{
+ "description": "Full stack developer proficient in Kotlin",
+ "repo": "https://github.com/KodingDev",
+ "owner": {
+ "username": "KodingDev",
+ "email": "kodingdev@pm.me"
+ },
+ "record": {
+ "URL": "https://koding.dev"
+ }
+}
\ No newline at end of file
diff --git a/domains/markos.json b/domains/markos.json
new file mode 100644
index 000000000..40e70b227
--- /dev/null
+++ b/domains/markos.json
@@ -0,0 +1,11 @@
+{
+ "description": "Hello my name is Markos Dimitsas and I am from Greece.",
+ "repo": "https://github.com/markdimi",
+ "owner": {
+ "username": "markdimi",
+ "email": "markdimitsas@gmail.com"
+ },
+ "record": {
+ "CNAME": "markos.me"
+ }
+ }
diff --git a/domains/markus.json b/domains/markus.json
new file mode 100644
index 000000000..d5a60c9cd
--- /dev/null
+++ b/domains/markus.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/markusjx/markusjx.github.io",
+ "owner": {
+ "username": "markusjx",
+ "email": "markusjx11@gmail.com"
+ },
+ "record": {
+ "CNAME": "markusjx.github.io"
+ }
+}
diff --git a/domains/wisnu.json b/domains/wisnu.json
new file mode 100644
index 000000000..9e6462be1
--- /dev/null
+++ b/domains/wisnu.json
@@ -0,0 +1,11 @@
+{
+ "description": "Wisnu Personal Website",
+ "repo": "https://github.com/waxaranai",
+ "owner": {
+ "username": "Waxaranai",
+ "email": "waxaranai@gmail.com"
+ },
+ "record": {
+ "CNAME": "wisnu.me"
+ }
+}
diff --git a/scripts/reply.js b/scripts/reply.js
index 78942784a..71d78bd23 100644
--- a/scripts/reply.js
+++ b/scripts/reply.js
@@ -3,7 +3,6 @@ const getInstructions = () => `
The changes have been published!! It should reflect in less than 24 hours.
## Here's what you need to do next
-
If your domain points to a server you own, add \`domain-name.is-a.dev\` to your server config. For https, you will have to configure ssl certificate to allow the new subdomain.
### For github pages users,
@@ -15,14 +14,26 @@ If your domain points to a server you own, add \`domain-name.is-a.dev\` to your
* Give it some time to reflect and you should be good to go
-## Need support with your domain?
-If you're having trouble setting up your domain, [create an issue](https://github.com/is-a-dev/register/issues/new/choose). I'll try my best to get back to you asap!
+## Need help with your domain?
+If you are having trouble setting up your domain, [create an issue](https://github.com/is-a-dev/register/issues/new/choose). I will try my best to get back to you asap!
+
+
+## Made a mistake in the record?
+Don't worry, you can create a new pull request with the corrections
## Love/Hate the service?
-**Love it?** Leave it a **star**! Also consider **[donating](https://github.com/is-a-dev/register#donations)** so that I can keep this service running forever.
+**Love it?** Leave it a **star**! Also consider donating so that I can keep this service running forever!
+
+**Hate it?** Please leave your feedback by [creating an issue](https://github.com/is-a-dev/register/issues/new/choose). I would really like to keep improving this service for other users.
+
+
+## Wanna support this project?
+Help me in my mission to keep this service alive forever by donating!
+
+
+
-**Hate it?** Please leave your feedback by [creating an issue](https://github.com/is-a-dev/register/issues/new/choose). I'd really like to keep improving this service for developers.
`;
module.exports = {