Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 546 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (22 loc) · 546 Bytes

Contributing

This is not meant to be as the ultimate answer to the puzzle. It is just one of the myriad approaches that can solve it.

Feel free to contribute improvements or discuss alternate approaches.

If you want to submit an improvement:

Fork, clone the repo:

git clone [email protected]:your-username/mars_explorer.git

Setup your machine:

./bin/setup

Make sure the tests pass:

rake

Make your change. Add tests for your change. Make the tests pass:

rake

Push to your fork and submit a pull request.