From 219cba4756026a2dab452f494f14539bf2fa3cd2 Mon Sep 17 00:00:00 2001 From: karkir0003 Date: Mon, 25 Dec 2023 14:14:37 -0500 Subject: [PATCH] contributing instructions in readme.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 10e186d..e148b4d 100644 --- a/README.md +++ b/README.md @@ -50,4 +50,7 @@ Continuous Integration (CI) and Continuous Deployment (CD) is a very important b e. Populate the `VERCEL_ORG_ID` secret in GitHub using the `orgId` field from `.vercel/project.json` 4. Check the deploy for your project to see if the template is visible -5. **OPTIONAL:** If you want to set a custom domain, follow these [docs](https://vercel.com/docs/projects/domains/add-a-domain) \ No newline at end of file +5. **OPTIONAL:** If you want to set a custom domain, follow these [docs](https://vercel.com/docs/projects/domains/add-a-domain) + +## Contributing +We are very glad to hear that you'd like to help contribute to keeping this repo well-maintained, up to date and best of all, exercise your software engineering skills. Please make sure to setup the repo using the above instructions. You can also see the open items to tackle [here](https://github.com/karkir0003/nextjs-dimension-template/issues) or fix up anything that could be better. Please make pull requests so that we can track the changes to the repo. Happy developing! \ No newline at end of file