Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

25 lines (19 loc) · 1.1 KB

Contributing Guidelines🚀

  1. When contributing to this repository, please first ask to be assigned to an issue.
  2. Read throughout the Code of conduct and kindly follow it in all your contributions to this repository.
  3. Anonymous and random pull request will be labeled as spam.

Pull request Rules📌

  1. Keep your code as clean as possible.
  2. Make sure your code doesn't have a bug.
  3. Give a detailed description of what you've added or changed in the code.
  4. The pull request then will be reviewed and merged!
  5. Your PR will be then labeled with hacktoberfest-accepted label 🎉

Steps to Contribute✔

  1. Search for an open issue which you can solve and ask to be assigned to it
  2. Fork the repository after you are assigned the issue
  3. Clone the repository (git clone <repolink>)
  4. Create your own branch (git checkout -b <branchname>)
  5. Add your changes (git add .)
  6. Commit your changes (git commit -m "<msg>")
  7. Push to your branch (git push origin <branchname>)
  8. Create a pull request 🎉