casa
https://github.com/rubyforgood/casa
Ruby
Volunteer management system for nonprofit CASA, which serves foster youth in counties across America.
RemoveHearingTypeIdAndJudgeIdFromCasaCases#change
No Docs, write some!
Edit
git clone [email protected]:rubyforgood/casa.git
cd casa
open db/migrate/20230729213608_remove_hearing_type_id_and_judge_id_from_casa_cases.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-RemoveHearingTypeIdAndJudgeIdFromCasaCases-change-for-pr
# Commit to gitgit add db/migrate/20230729213608_remove_hearing_type_id_and_judge_id_from_casa_cases.rbgit commit -m "better docs for RemoveHearingTypeIdAndJudgeIdFromCasaCases#change"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-RemoveHearingTypeIdAndJudgeIdFromCasaCases-change-for-pr
hub pull-request
# Celebrate!