We welcome contributions from the community and are pleased to have them. Please follow this guide when logging issues or making code changes.
Make sure you have Ruby 2.0 installed. Copy and paste the following commands in your projects directory.
git clone https://github.com/realvestor/inspectify-ruby.git
cd inspectify-ruby
bundle install
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Make sure the tests pass
- Open up coverage/index.html in your browser and add tests if required
- Create new Pull Request