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 + + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..ed8010e --- /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 for playing your part ✨.