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