diff options
author | Xavier Shay <hello@xaviershay.com> | 2013-08-21 08:18:33 -0700 |
---|---|---|
committer | Xavier Shay <hello@xaviershay.com> | 2013-08-21 08:18:33 -0700 |
commit | c582c988a3b8ca93eb98409eded648871a9e210a (patch) | |
tree | 77a53d0a3cb59bd1617890459932ebe208ea3d9a /DEVELOPMENT.md | |
parent | 78f3bb7a6ad813a9ab383cea5400847a313c1475 (diff) | |
download | bundler-c582c988a3b8ca93eb98409eded648871a9e210a.tar.gz |
Link to bundler-features for new features.
Diffstat (limited to 'DEVELOPMENT.md')
-rw-r--r-- | DEVELOPMENT.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 3948bc7226..80e3ecef22 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -70,7 +70,7 @@ Finally, the ticket may be a duplicate of another older ticket. If you notice a 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) to discuss your feature. + 1. [Create an issue](https://github.com/bundler/bundler-features/issues/new) 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. Put a line in the [CHANGELOG](https://github.com/bundler/bundler/blob/master/CHANGELOG.md) summarizing your changes under the next release under the "Features" heading. |