catarse
https://github.com/catarse/catarse
Ruby
The first open source crowdfunding platform for creative projects in the world
PlanRule#system_name
No Docs, write some!
Edit
git clone git@github.com:catarse/catarse.git
cd catarse
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-PlanRule-system_name-for-pr
# Commit to gitgit add git commit -m "better docs for PlanRule#system_name"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-PlanRule-system_name-for-pr
hub pull-request
# Celebrate!