Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.22 KB

contributing.md

File metadata and controls

16 lines (13 loc) · 1.22 KB

Thanks for your interest in contributing to this repository of 20-questions!

To Contribute do the following

  1. 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.
  2. cd 20-questions (the directory you cloned the code into)

  3. add answers with the folder structure answers/<Language|Framework>/ eg answers/C/@mykeels

  4. Commit and Push your changes to your repository

  5. Submit a PR from your fork into mykeels/20-questions#master!

Looking forward to you PRs!

Pro Tips

  1. Always consider pushing your commits to branches
  2. Always rebase multiple commits into 1 commit, especially if your PR is a fix for one simple issue
  3. PR is short for Pull request D: