Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.22 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.22 KB

Guidelines for submission to Coderspree3.0🎃

  • Coderspree is an annual DSA practise season organized by Innogeeks.
  • It follows Sheet modules and maintains weekly rankings.
  • Coderspree aims to Introduce Git & Github to beginners and make solving questions a daily habit.
     

Name Convention

  • Make a folder under your Year name with the following format GitHubUsername_RealName_LibraryID_Year

Example: AdityyaX_AdityaPachauri_2125csme1008_3

Name Convention

In Any Language you are comfortable with.

The folder should be structured as follows:

  • AdityyaX_AdityaPachauri_2125csme1008_3
    • Week1
      • printZ.cpp ( your code files )
      • nextQuestion.cpp
    • Week_2
      • patternQuestion.cpp
      • .
      • . and so on....

How to make a submission

  • Fork (making a copy of the repository on your github account) the repository innogeeksOrganization/coderspree.
  • Go to the forked repo on your github account.
  • Click on fetch upstream.
  • Clone the forked repo using GitHub Desktop.
  • Select To contribute to the parent repo
  • Click on fetch origin.
  • Add your changes. Only change the files under your folder's name
  • Commit the changes
  • Make a PR