So you've got an awesome resource to throw into rails-learning. Great!
Here's the most direct way to get your work merged into the project:
- Fork the project.
- Clone down your fork (
git clone git@github.com:[username]/rails-learning.git). - Create a topic branch to contain your change (
git checkout -b my_awesome_resource). - Make sure everything is well organized.
- Push the branch up (
git push origin my_awesome_resource). - Create a pull request against sagarmred/rails-learning and describe what your change does and the why you think it should be merged.
Thanks!