Skip to content

Commit 920bcba

Browse files
authored
Merge pull request #5912 from zofrex/bundler-fix-new-features-instructions
Update Bundler new feature instructions
2 parents e02c839 + 64eb5ee commit 920bcba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bundler/doc/development/NEW_FEATURES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

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

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

1010
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.
11+
12+
If you'd like to add a substantial feature to Bundler, refer to the [Bundler RFC process](https://github.com/bundler/rfcs) for more information.

0 commit comments

Comments
 (0)