Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 601 Bytes

File metadata and controls

12 lines (11 loc) · 601 Bytes

Snippets

Hacktoberfest 2021

  1. Fork the repository
  2. Clone locally
  3. Create a new branch and use proper naming scheme (Ideally what you wanna add ( Eg: branch_c_algorithm_sort1 ):) )
  4. In that version of the code, make changes
  5. Name the file explicitly with its contents and place in appropriate location. You are welcome to create more folders if needed.
  6. Follow proper PR titles and descriptive commit messages
  7. The pull request will be made to the master branch by default
  8. Refer to Github Documentation, Youtube Videos etc when facing any problem

    Happy Contributing :)