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