From 9ce24c5ab6dadd8b1e1d1195d5a8aa971e2459c4 Mon Sep 17 00:00:00 2001 From: Zaira <33151350+zairahira@users.noreply.github.com> Date: Wed, 8 Jun 2022 18:59:26 +0500 Subject: [PATCH 1/3] Add CONTRIBUTING.md --- CONTRIBUTING.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..fb401bd --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,25 @@ +## Welcome to contributing at The Digital Life.🤝 + +- Products continuously change over time, specially those that are in high demand. + +- Although I do my best to keep up with the latest changes and releases, but if you find something that needs to update, please contribute. + +- If you’d like to contribute to this project, reach out to me on social media or [Discord](https://discord.gg/bz2SN7d), or create a pull request for the necessary changes. + +## Project overview + +To get an overview of the project, read the [README](https://github.com/xcad2k/boilerplates#readme). + +## Issues + +### Create a new issue +If you spot a problem with the templates, search if that issue already exists. +If a relevant issue doesn't exist, you can open a new issue in the issue's tab. + +### Solve an issue +Search through the existing issues to find one that interests you. You can refine the search using labels as filters. +Once you find an issue to work on, you are welcome to open a PR with a fix. + +## Your PR is merged! +Once reviewed and accepted, your PR would be merged and available publicly. +Congratulations 🎉🎉 and thank you ✨. From be5ab32ca5262b17ce778772bcfcf09f2ed90d5e Mon Sep 17 00:00:00 2001 From: Zaira <33151350+zairahira@users.noreply.github.com> Date: Wed, 8 Jun 2022 19:09:33 +0500 Subject: [PATCH 2/3] doc: created a pull request template --- .github/pull_request_template.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..1ba9a65 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ +Checklist: + + + +- [ ] My pull request has a descriptive title. (unlike `Update index.md`). Check [this](https://www.conventionalcommits.org/en/v1.0.0/) guide regarding titles. +- [ ] If applicable, I have tested these changes. + + + +Closes #XXXXX + + From ad3d7626120ba74e23e6e02383706cac29a63e90 Mon Sep 17 00:00:00 2001 From: Zaira <33151350+zairahira@users.noreply.github.com> Date: Wed, 8 Jun 2022 19:12:17 +0500 Subject: [PATCH 3/3] doc: added contributing.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fb401bd..ed8010e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,4 +22,4 @@ Once you find an issue to work on, you are welcome to open a PR with a fix. ## Your PR is merged! Once reviewed and accepted, your PR would be merged and available publicly. -Congratulations 🎉🎉 and thank you ✨. +Congratulations 🎉🎉 and thank you for playing your part ✨.