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