forem
https://github.com/forem/forem
Ruby
For empowering community 🌱
CustomMailer#custom_email
No Docs, write some!
Edit
git clone [email protected]:forem/forem.git
cd forem
open app/mailers/custom_mailer.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-CustomMailer-custom_email-for-pr
# Commit to gitgit add app/mailers/custom_mailer.rbgit commit -m "better docs for CustomMailer#custom_email"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-CustomMailer-custom_email-for-pr
hub pull-request
# Celebrate!