codetriage

https://github.com/codetriage/codetriage

Ruby

Help your favorite open source projects

Issue.create_from_github_hash!

No Docs, write some!

Source | Google | Stack overflow

Edit

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

cd codetriage

open app/models/issue.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Issue-create_from_github_hash--for-pr


# Commit to git

git add app/models/issue.rbgit commit -m "better docs for Issue.create_from_github_hash!"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-Issue-create_from_github_hash--for-pr

hub pull-request


# Celebrate!