To Contribute do the following
-
Create your own fork of 20-questions (you will need a GitHub account) and
git clone
it to your local machine.- It's best to also add an
upstream
origin to keep your local fork up to date. Check out this guide for more info.
- It's best to also add an
-
cd 20-questions
(the directory you cloned the code into) -
add answers with the folder structure answers/<Language|Framework>/ eg answers/C/@mykeels
-
Commit and Push your changes to your repository
-
Submit a PR from your fork into
mykeels/20-questions#master
!
Looking forward to you PRs!