From 25b1a344fb3c6a4bab75af01a7abef58cd23f5b7 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 20 Oct 2020 19:43:28 +0530 Subject: [PATCH] Changes reply text --- scripts/reply.js | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/scripts/reply.js b/scripts/reply.js index e73cf7018..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://www.buymeacoffee.com/phenax)** 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! + +Buy Me A Coffee +Liberapay recurring donation button -**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 = {