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