hound
https://github.com/houndci/hound
Ruby
Automated code review for GitHub pull requests.
Quote#validate_original_quoted_status
No Docs, write some!
Edit
git clone [email protected]:houndci/hound.git
cd hound
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Quote-validate_original_quoted_status-for-pr
# Commit to gitgit add git commit -m "better docs for Quote#validate_original_quoted_status"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Quote-validate_original_quoted_status-for-pr
hub pull-request
# Celebrate!