rails-guides-pt-br
https://github.com/campuscode/rails-guides-pt-br
Ruby
Neste repositório buscamos ajuda na tradução do Rails Guides para pt-BR. Você pode ver o conteúdo já traduzido em
Channelable#create_audit_log_entry
No Docs, write some!
Edit
git clone [email protected]:campuscode/rails-guides-pt-br.git
cd rails-guides-pt-br
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Channelable-create_audit_log_entry-for-pr
# Commit to gitgit add git commit -m "better docs for Channelable#create_audit_log_entry"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Channelable-create_audit_log_entry-for-pr
hub pull-request
# Celebrate!