Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

28 lines (19 loc) · 1.2 KB

CONTRIBUTING GUIDELINES 🔐

This website will be fully built with react and MaterialUI.

Hello contributors, I want you to stick to the below listed contribution guidelines. Happy contributing.

  • Issues will be assigned on a First-Come First-Serve basis and are applicable only when they are opted through GitHub.

  • Each issue needs to be completed within a specific time limit according to its difficulty level ( Easy: 1 day, Medium: 2-3 days and Hard: 4 days ).

  • If a mentee is unable to solve the allotted issue within the given period, the issue needs to be passed to other contenders on the discretion of the mentor.

  • Fork the repo to your account.

  • git clone to clone the repo

  • Make your desired changes to the code ,

  • Make sure you do git pull to pull the latest version of the code

  • git add . to stage for commits.

  • git commit -am "fix: Updtated <item>" for commiting the code.

  • Then create a Pull Request and wait for review.

  • Pull request title : fix: <issue>


Thanks to all the contributors ❤️