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