wikiedudashboard
https://github.com/wikieducationfoundation/wikiedudashboard
Ruby
Wiki Education Foundation's Wikipedia course dashboard system
BuildAiDetectionSampleFromAlertFollowups#add_alert
No Docs, write some!
Edit
git clone [email protected]:wikieducationfoundation/wikiedudashboard.git
cd wikiedudashboard
open app/services/build_ai_detection_sample_from_alert_followups.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-BuildAiDetectionSampleFromAlertFollowups-add_alert-for-pr
# Commit to gitgit add app/services/build_ai_detection_sample_from_alert_followups.rbgit commit -m "better docs for BuildAiDetectionSampleFromAlertFollowups#add_alert"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-BuildAiDetectionSampleFromAlertFollowups-add_alert-for-pr
hub pull-request
# Celebrate!