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