Procházet zdrojové kódy

Merge pull request #49 from zairahira/main

Add CONTRIBUTING.md
Christian Lempa před 3 roky
rodič
revize
4d4506d34c
2 změnil soubory, kde provedl 37 přidání a 0 odebrání
  1. 12 0
      .github/pull_request_template.md
  2. 25 0
      CONTRIBUTING.md

+ 12 - 0
.github/pull_request_template.md

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