Skip to content

OSS Contribution Ideas

Kyle Laker edited this page Sep 4, 2018 · 38 revisions

Claim an idea by adding your name beside it!

TRIVIAL:

EASY:

MODERATE:

HARD:

Other lists:

Git quickref:

  1. Fork on Github/Bitbucket/etc.
  2. Clone (git clone REPO-URL)
  3. Branch (git checkout -b FEATURE-BRANCH-NAME)
  4. Write code!!!
  5. Commit (git add FILES then git commit)
  6. Push (git push origin FEATURE-BRANCH-NAME)
  7. Pull request on Github/Bitbucket/etc.
Clone this wiki locally