Contributing to a Gem

Episode #240 by Teacher's Avatar David Kimura

Summary

So, you've been using a gem for some time and you've either discovered that the gem isn't working correctly or that you want to start contributing to the gem itself. Sometimes this can be an overwhelming task. In this episode, we look at the basic processes for contributing to a gem.
gem ruby 12:14

Resources

Summary

# Terminal
git clone git@github.com:kobaltz/devise.git
git diff
git add README.md
git log
git commit
git push