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