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