Sha256: cb028cc59294d118a5cd81ba7109b4ad5b77effb74417faf8c2d46390be7f45a

Contents?: true

Size: 863 Bytes

Versions: 20

Compression:

Stored size: 863 Bytes

Contents

# Guidelines for contributing

## 1. Fork & Clone

Since you probably don't have rights to the main repo, you should Fork it (big
button up top). After that, clone your fork locally and optionally add an
upstream:

    git remote add upstream git@github.com:DatabaseCleaner/database_cleaner.git

## 2. Make sure the tests run fine

- `bundle install`
- Copy `db/sample.config.yml` to `db/config.yml` and edit it
- Make sure to create the databases specified in `db/config.yml`
- Run the tests with `bundle exec rspec`

Note that if you don't have all the supported databases installed and running,
some tests will fail.

## 3. Prepare your contribution

This is all up to you but a few points should be kept in mind:

- Please write tests for your contribution
- Make sure that previous tests still pass
- Push it to a branch of your fork
- Submit a pull request

Version data entries

20 entries across 20 versions & 3 rubygems

Version Path
database_cleaner-1.7.0 CONTRIBUTE.markdown
database_cleaner-1.6.2 CONTRIBUTE.markdown
database_cleaner-1.6.1 CONTRIBUTE.markdown
database_cleaner-1.6.0 CONTRIBUTE.markdown
autocompl-0.2.2 test/dummy/vendor/bundle/ruby/2.3.0/gems/database_cleaner-1.5.3/CONTRIBUTE.markdown
autocompl-0.2.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/database_cleaner-1.5.3/CONTRIBUTE.markdown
autocompl-0.2.0 test/dummy/vendor/bundle/ruby/2.3.0/gems/database_cleaner-1.5.3/CONTRIBUTE.markdown
autocompl-0.1.2 test/dummy/vendor/bundle/ruby/2.3.0/gems/database_cleaner-1.5.3/CONTRIBUTE.markdown
autocompl-0.1.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/database_cleaner-1.5.3/CONTRIBUTE.markdown
autocompl-0.1.0 test/dummy/vendor/bundle/ruby/2.3.0/gems/database_cleaner-1.5.3/CONTRIBUTE.markdown
autocompl-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/database_cleaner-1.5.3/CONTRIBUTE.markdown
database_cleaner-1.5.3 CONTRIBUTE.markdown
database_cleaner-1.5.2 CONTRIBUTE.markdown
database_cleaner-1.5.1 CONTRIBUTE.markdown
database_cleaner-1.5.0 CONTRIBUTE.markdown
solidus_backend-1.0.0.pre3 vendor/bundle/gems/database_cleaner-1.4.1/CONTRIBUTE.markdown
solidus_backend-1.0.0.pre2 vendor/bundle/gems/database_cleaner-1.4.1/CONTRIBUTE.markdown
solidus_backend-1.0.0.pre vendor/bundle/gems/database_cleaner-1.4.1/CONTRIBUTE.markdown
database_cleaner-1.4.1 CONTRIBUTE.markdown
database_cleaner-1.4.0 CONTRIBUTE.markdown