Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 657 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (16 loc) · 657 Bytes

Contribute

So you've got an awesome resource to throw into rails-learning. Great!

Workflow

Here's the most direct way to get your work merged into the project:

  • Fork the project.
  • Clone down your fork ( git clone [email protected]:[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.

Finally...

Thanks!