Contribute Code - RiverGlide/CukeSalad GitHub Wiki

If you want to contribute to cukesalad, it's easy. Simply fork the project, add your changes and send us a pull request.

We'd be really grateful if you would write cucumber feature files for your additions.

We'd also be grateful if you would use a topic branch for each independent capability you add.

Some notes for developers

Once you've cloned the repository, you can run the current features using:

rake cucumber

And the specs using:

rake spec

You can build and install the gem based on the code using:

rake install