classroom

https://github.com/education/classroom

Ruby

GitHub Classroom automates repository creation and access control, making it easy for teachers to distribute starter code and collect assignments on GitHub.

AddCachedLaunchMessageNonceToLtiConfiguration#change

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:education/classroom.git

cd classroom

open db/migrate/20190805192704_add_cached_launch_message_nonce_to_lti_configuration.rb

Contribute

# Make a new branch

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


# Commit to git

git add db/migrate/20190805192704_add_cached_launch_message_nonce_to_lti_configuration.rbgit commit -m "better docs for AddCachedLaunchMessageNonceToLtiConfiguration#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-AddCachedLaunchMessageNonceToLtiConfiguration-change-for-pr

hub pull-request


# Celebrate!