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