Tundra
Installation
Add this line to your application's Gemfile:
gem 'tundra'
And then execute:
$ bundle
Or install it yourself as:
$ gem install tundra
Usage
Contributing
I welcome new ideas, bug fixes and comments from anyone and strive to take no longer than a week to respond to issues, PRs, or various comments.
All code submitted through PRs will be licensed under this project's MIT license, if this is a problem please instead open an issue before making your changes indicating this and I depending on the request I may make the requested changes myself or attempt to convince about the usage of this license. I want to avoid a multi-license code base that may impede any individual's usage of this code.
With all that said, if you'd like to contribute please follow the standard contribution guide:
- Review the Contributor Code of Conduct
- Fork it (https://github.com/sstelfox/tundra/fork)
- 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
) - Create a new Pull Request