Merge pull request #49 from zairahira/main

Add CONTRIBUTING.md
This commit is contained in:
Christian Lempa 2022-06-09 08:10:28 +02:00 committed by GitHub
commit 4d4506d34c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 37 additions and 0 deletions

12
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,12 @@
Checklist:
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will help the moderators review your PR. -->
- [ ] 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.
<!--If your pull request closes a GitHub issue, replace the XXXXX below with the issue number.-->
Closes #XXXXX
<!-- You can add additional description of changes below this line -->

25
CONTRIBUTING.md Normal file
View File

@ -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 youd 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 ✨.