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