wikiedudashboard

https://github.com/wikieducationfoundation/wikiedudashboard

Ruby

Wiki Education Foundation's Wikipedia course dashboard system

CreateCourseWikiTimeslices#change

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone git@github.com:wikieducationfoundation/wikiedudashboard.git

cd wikiedudashboard

open db/migrate/20240522214522_create_course_wiki_timeslices.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-CreateCourseWikiTimeslices-change-for-pr


# Commit to git

git add db/migrate/20240522214522_create_course_wiki_timeslices.rbgit commit -m "better docs for CreateCourseWikiTimeslices#change"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-CreateCourseWikiTimeslices-change-for-pr

hub pull-request


# Celebrate!