Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 623 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (18 loc) · 623 Bytes

Contributing to CarrierWave i18n

Contributions and bug reports are welcomed. Please submit either a pull request or issue as relevant.

Development Environment

git clone [email protected]:carrierwaveuploader/carrierwave-i18n.git
cd carrierwave-i18n

# Bundler is used for dependency management
bundle install

# Run the test suite
rspec

Contributing Code

  1. Fork it on GitHub
  2. Create a branch (git checkout -b new-feature)
  3. Add your feature and specs.
  4. Commit your changes (git commit -am 'My excellent feature.')
  5. Push to the branch (git push origin new-feature)
  6. Create new Pull Request