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