Contributions are very welcome!
-
Fork rbenv.el
-
Clone fork repository.
-
Create a topic branch in the fork repository:
git checkout -b <my-branch>
-
Push to your fork repository:
git push origin --set-upstream <my-branch>
-
Send me a pull-request for your topic branch.
-
That's it!