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
InstallationWebhookListener#deliver_webhook_payloads
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-InstallationWebhookListener-deliver_webhook_payloads-for-pr
# Commit to gitgit add git commit -m "better docs for InstallationWebhookListener#deliver_webhook_payloads"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-InstallationWebhookListener-deliver_webhook_payloads-for-pr
hub pull-request
# Celebrate!