Sha256: 9787653ccfcd0aa0b0586f73465e516a3dc39ec339f5375f6a23d1ecd4f55c39

Contents?: true

Size: 741 Bytes

Versions: 9

Compression:

Stored size: 741 Bytes

Contents

# Adding New Features

If you would like to add a new feature to Bundler, please follow these steps:

  1. [Create an issue](https://github.com/bundler/bundler/issues/new) with the [`feature-request` label](https://github.com/bundler/bundler/labels/type:%20feature-request) to discuss your feature.
  2. Base your commits on the master branch, since we follow [SemVer](http://semver.org) and don't add new features to old releases.
  3. Commit the code and at least one test covering your changes to a feature branch in your fork.
  4. Send us a [pull request](PULL_REQUESTS.md) from your feature branch.

If you don't hear back immediately, don’t get discouraged! We all have day jobs, but we respond to most tickets within a day or two.

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bundler-1.15.4 doc/development/NEW_FEATURES.md
bundler-1.15.3 doc/development/NEW_FEATURES.md
bundler-1.15.2 doc/development/NEW_FEATURES.md
bundler-1.15.1 doc/development/NEW_FEATURES.md
bundler-1.15.0 doc/development/NEW_FEATURES.md
bundler-1.15.0.pre.4 doc/development/NEW_FEATURES.md
bundler-1.15.0.pre.3 doc/development/NEW_FEATURES.md
bundler-1.15.0.pre.2 doc/development/NEW_FEATURES.md
bundler-1.15.0.pre.1 doc/development/NEW_FEATURES.md