Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 593 Bytes

File metadata and controls

22 lines (17 loc) · 593 Bytes

Contributing

Want to contribute? Awesome! Thank you so much.

How?

  1. Fork it
  2. Create a feature branch (git checkout -b my-new-feature)
  3. Commit changes, with tests (git commit -am 'Add some feature')
  4. Run the tests (bundle exec rake)
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request

Running The Tests

$ git clone https://github.com/chrishunt/rubiks-cube.git
$ cd rubiks-cube
$ bundle install
$ bundle exec rake