catarse

https://github.com/catarse/catarse

Ruby

The first open source crowdfunding platform for creative projects in the world

TimeHacks#beginning_of

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:catarse/catarse.git

cd catarse

open

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-TimeHacks-beginning_of-for-pr


# Commit to git

git add git commit -m "better docs for TimeHacks#beginning_of"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-TimeHacks-beginning_of-for-pr

hub pull-request


# Celebrate!