Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 495 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 495 Bytes

Mini-classroom (TEAM PRIAPUS)

HOW TO CONTRIBUTE

  1. Fork the repository.
  2. Clone the repository using git clone
  3. Create a branch using git checkout -b branch-name PS:- the branch name should be meaningful
  4. Commit your changes using git commit -m "your message"
  5. After commiting your changes, push to the current branch using
    git push origin HEAD or git push origin "the branch you're currently in"
  6. Make your pull request.

HAPPY CODING!