Contributions and bug reports are welcomed. Please submit either a pull request or issue as relevant.
git clone [email protected]:carrierwaveuploader/carrierwave-i18n.git
cd carrierwave-i18n
# Bundler is used for dependency management
bundle install
# Run the test suite
rspec
- Fork it on GitHub
- Create a branch (
git checkout -b new-feature
) - Add your feature and specs.
- Commit your changes (
git commit -am 'My excellent feature.'
) - Push to the branch (
git push origin new-feature
) - Create new Pull Request