-
Notifications
You must be signed in to change notification settings - Fork 18
OSS Contribution Ideas
Kyle Laker edited this page Apr 5, 2018
·
38 revisions
Claim an idea by adding your name beside it!
TRIVIAL:
- Add name to jmunixusers/history (for those who haven't)
- Add name to Roshanjossey/first-contributions
Add README description for lam2mo/autoconf repo (something about how this repo demonstrates GNU Autoconf and CMake)Fix capitalization of Gradle and Eclipse in Zamua/less-java DIBS BY CHRISTY KOBERTAdd code markup to "-ifeellucky" and "pin_isa.H" in SHVAL readme- Update Pin links in lam2mo/uug-pin (install_pin.sh and setup_env.sh)
- "pin-3.6-97554-g31f0a167d-gcc-linux" instead of "pin-3.0-76991-gcc-linux"
- Add link to Git 201 repo in jmunixusers/presentations top-level list
-
Remove references to ShareLaTeX in LaTeX.md in jmunixusers/presentations- Brittany (Done!) - Merge forloop branch into Zamua/less-java to fix issue 3
EASY:
- Add new test applications for SHVAL (copy fib and remove references to SHVAL_reportShadowValue and shvalrt.h)
- Add new samples to y86-64 simulator
- Add test programs to Zamua/less-java
- Add new utilities or examples to CommandLine.md in jmunixusers/presentations
-
(For CSS gurus) Resize "Registers" window in y86-64 simulator so that all registers are visible without scrollingDONE! - Find/fix broken links in jmunixusers/presentations
MODERATE:
- Clean up utils folder in CRAFT
- Update README on Pin 3.6 branch of SHVAL
- Add y86 reference interpreter to jmunixusers/cs-vm-build - Issue #128
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:
- Fork on Github/Bitbucket/etc.
- Clone (
git clone REPO-URL
) - Branch (
git checkout -b FEATURE-BRANCH-NAME
) - Write code!!!
- Commit (
git add FILES
thengit commit
) - Push (
git push origin FEATURE-BRANCH-NAME
) - Pull request on Github/Bitbucket/etc.