FourQuestions

Four questions, many developers

How to Submit Your Profile

  1. Fork the 4q repo
  2. Cone your repo: git clone git://github.com/<username>/4q.git
  3. Move to your state/city folder. If it doesn't exist, create it: cd new-york/syracuse
  4. Copy the questions.md file from the root and name it using the format firstname_lastname.md: cp ../../questions.md john_doe.md
  5. Answer the questions: vi john_doe.md
  6. Add and commit to the repo: git add . && git commit
  7. Push your answers: git push
  8. Open a pull request: https://github.com/<username>/4q/pulls
  9. And you're done! We'll review your answers and commit them.

More Information at help.github.com