Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.24 KB

CONTRIBUTE.md

File metadata and controls

41 lines (32 loc) · 1.24 KB

Steps to Contribute

  • Fork this repo
  • Clone on your local machine
git clone https://github.com/<your username>/Hacktober-Fest2021.git
cd Hacktober-Fest2021.git
  • Create a new branch
git checkout -b my-new-branch
  • Add your contributions
  • Commit and push
git add .
git commit -m "your-commit-msg"
git push origin my-new-branch
  • Create a new pull request from your forked repository

Contribution Guidelines 📃

  • Mention the domain along with the subcategory and the programming language/framework. Ex: Web-Dev - backend framework - ExpressJs
  • If the PR is not in the right format, it will not be merged and marked as invalid.
  • Don't make any changes in the repo format or create new issues without asking the maintainers.
  • Commit new changes in respective folders, explaining the change you want to do else you can make a new folder if a particular topic is missing.
  • Avoid duplications.
  • Attach Screenshots of your App or Website.
  • Provide the link of postman documentation of your API.
  • It would be great if you could provide us with the deployed link/apk of your project.

All your PRs will be marked as invalid if you don't adhere to the rules.

Keep contributing!!