Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 878 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 878 Bytes

Guidelines for submission

  • Make a folder under your domain name with the following format tushar5526_TusharGupta_1923csi1086_3

Example: tushar5526_TusharGupta_1923csi1086_3

The folder should be structured as follows:

  • tushar5526_TusharGupta_1923csi1086_3
    • GettingStarted
      • printZ.cpp ( your code files )
      • nextQuestion.cpp
    • Patterns
      • 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