Skip to content

OSS Contribution Ideas

Kyle Laker edited this page Apr 5, 2018 · 38 revisions

Claim an idea by adding your name beside it!

TRIVIAL:

EASY:

MODERATE:

HARD:

  • Port MPFR to use PinCRT for SHVAL
  • Update CRAFT to newest version of Dyninst
  • Expand rprec Pintool to support config files (for integration w/ search framework)
  • Add web analytics to lam2mo/jmumirror

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