Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 360 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 360 Bytes

Contributing

Contributions are very welcome!

  1. Fork rbenv.el

  2. Clone fork repository.

  3. Create a topic branch in the fork repository:

    git checkout -b <my-branch>
  4. Push to your fork repository:

    git push origin --set-upstream <my-branch>
  5. Send me a pull-request for your topic branch.

  6. That's it!