Skip to content

Answering Questions

Param Kapur edited this page May 2, 2018 · 6 revisions

To answer questions go into the QuestionSets folder. The questions will be found in a .md in the folder of each topic.

Steps for answering questions:

  1. Create a folder with the name the same as your name in the respective question set folder
  2. Create files like Q1_Answer... with the solutions to the corresponding questions and put them in the folder
  3. Commit changes to local branch
  4. Create a pull request

Exact command based directions:

  1. cd into your forked repo
  2. git pull upstream master {update your forked repository} {Make your changes}
  3. git status {optional}
  4. git add . {changed untracked file to tracked file}
  5. git commit {add commit message}
  6. git push {upload your changes to your forked repo}
  7. On the website: 7a. Open new pull request. {to ask for it to be merged}

Contact the admins personally in any case of any discrepancy.

Clone this wiki locally