Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.12 KB

Contributing.md

File metadata and controls

21 lines (16 loc) · 1.12 KB

Contributing Guidelines

  • The contributors will be allowed to work on the issue ONLY after it has been assigned to them.

  • The contributions will be counted only for the time period of the event, after the time period ends contributions can be taken in but wont be counted for the final evaluation.

  • Tampering or any unethical behaviour to the files or other participants will result in immediate disqualification.

  • Each PR must be associated with only ONE issue.

  • Don't open pull requests with minor text edits on other people's repositories.

  • Don't create multiple issue request for one issue.

  • INSTRUCTIONS-

  • Fork this Repository using the button at the top on right corner.

  • Clone your forked repository to your pc ( git clone "url from clone option.)

  • Create a new branch for your modifications (ie. git branch new-user and check it out git checkout new-user or simply do git checkout -b new-user)

  • Add your files (git add -A), commit (git commit -m "added myself") and push (git push origin new-user)

  • Create a pull request

  • Star this repository

Wait for Pull Request to merge

Happy Contributing !!