While not required to contribute, we recommend RBENV to manage your rubies.
- Read the Contributor Code of Conduct
- Fork it
- Clone the project
git clone git@github.com:[YOUR GITHUB USERNAME]/ruby-code-autoreloader.git
cd ruby-code-autoreloader
- Create your feature branch
git checkout -b my-new-feature
- Write tests for your changes (feature/bug)
- Write your (feature/bugfix)
- Install the dependencies
bundle install
- Run the tests
bundle exec rspec
- Commit your changes
git commit -am 'Added some feature'
- Push to the branch
git push origin my-new-feature
- Create new Pull Request
If we've missed something please open an issue