Sha256: dfc75f52f3d50ed14c6774806cd326a165ce2cba7fe2a871ba3ab9e933a45348

Contents?: true

Size: 1.01 KB

Versions: 12

Compression:

Stored size: 1.01 KB

Contents

# Contributing

We really like when people not only discover something they want added/fixed/removed in Version Cake, but also when they do it themselves. Here are some steps to get you on your way to contributing to Version Cake:

* Fork the repo.
* Setup for developing: `bundle && rake` - make sure all tests are passing
* Add a test and make your change
* Make sure all tests are passing
* Add any additional notes to README.md or documentation
* Commit/push/submit pull request
* At this point someone will review, comment on your pull request and (hopefully) accept it very quickly

# Test Other Supported Rails versions

Version Cake supports multiple versions of Rails with Appriasals. These will be automatically tested against several ruby versions on CI. If you need to debug a problem, or want to be dilegent and run all of these do the following:

* Install the gems for all supported Rails versions: `bundle exec rake appraisal:install`
* Run all the tests for the supported Rails versions: `bundle exec rake appraisal test`

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
solidus_backend-1.0.0.pre3 vendor/bundle/gems/versioncake-2.3.1/CONTRIBUTING.md
solidus_backend-1.0.0.pre2 vendor/bundle/gems/versioncake-2.3.1/CONTRIBUTING.md
solidus_backend-1.0.0.pre vendor/bundle/gems/versioncake-2.3.1/CONTRIBUTING.md
versioncake-2.5.0 CONTRIBUTING.md
versioncake-2.4.0 CONTRIBUTING.md
versioncake-2.3.1 CONTRIBUTING.md
versioncake-2.3.0 CONTRIBUTING.md
versioncake-2.2.0 CONTRIBUTING.md
versioncake-2.1.0 CONTRIBUTING.md
versioncake-2.0.0 CONTRIBUTING.md
versioncake-1.3.0 CONTRIBUTING.md
versioncake-1.2.0 CONTRIBUTING.md