wikiedudashboard

https://github.com/wikieducationfoundation/wikiedudashboard

Ruby

Wiki Education Foundation's Wikipedia course dashboard system

#updated_recently?

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:wikieducationfoundation/wikiedudashboard.git

cd wikiedudashboard

open docs/debugging_scripts/update_problem_courses.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs--updated_recently--for-pr


# Commit to git

git add docs/debugging_scripts/update_problem_courses.rbgit commit -m "better docs for #updated_recently?"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs--updated_recently--for-pr

hub pull-request


# Celebrate!