consul
https://github.com/consul/consul
Ruby
Consul - Open Government and E-Participation Web Software
Poll::Question::Answer::Video#valid_url?
No Docs, write some!
Edit
git clone [email protected]:consul/consul.git
cd consul
open app/models/poll/question/answer/video.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Poll--Question--Answer--Video-valid_url--for-pr
# Commit to gitgit add app/models/poll/question/answer/video.rbgit commit -m "better docs for Poll::Question::Answer::Video#valid_url?"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Poll--Question--Answer--Video-valid_url--for-pr
hub pull-request
# Celebrate!