Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 731 Bytes

File metadata and controls

20 lines (14 loc) · 731 Bytes

How to contribute

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

Contributing Instructions

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Make sure the tests pass
  6. Open up coverage/index.html in your browser and add tests if required
  7. Create new Pull Request