Sha256: 848da441677c7fb5f25d70e4aa77c69ceb2c709a7054e834d188d9eb238e6a42

Contents?: true

Size: 818 Bytes

Versions: 17

Compression:

Stored size: 818 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 `spec/support/sample.config.yml` to `spec/support/config.yml` and edit it
- 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

17 entries across 16 versions & 4 rubygems

Version Path
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.1.0/gems/database_cleaner-core-2.0.1/CONTRIBUTE.markdown
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.3.0/gems/database_cleaner-core-2.0.1/CONTRIBUTE.markdown
date_n_time_picker_activeadmin-0.1.2 vendor/bundle/ruby/2.6.0/gems/database_cleaner-core-2.0.1/CONTRIBUTE.markdown
date_n_time_picker_activeadmin-0.1.1 vendor/bundle/ruby/2.6.0/gems/database_cleaner-core-2.0.1/CONTRIBUTE.markdown
database_cleaner-core-2.0.1 CONTRIBUTE.markdown
database_cleaner-core-2.0.0 CONTRIBUTE.markdown
database_cleaner-1.99.0 CONTRIBUTE.markdown
database_cleaner-core-2.0.0.beta2 CONTRIBUTE.markdown
database_cleaner-1.99.0.beta CONTRIBUTE.markdown
database_cleaner-1.8.5 CONTRIBUTE.markdown
database_cleaner-core-2.0.0.beta CONTRIBUTE.markdown
database_cleaner-1.8.4 CONTRIBUTE.markdown
database_cleaner-1.8.3 CONTRIBUTE.markdown
database_cleaner-1.8.2 CONTRIBUTE.markdown
database_cleaner-1.8.1 CONTRIBUTE.markdown
database_cleaner-1.8.0 CONTRIBUTE.markdown
database_cleaner-1.8.0.beta CONTRIBUTE.markdown