You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bundler/doc/development/NEW_FEATURES.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,11 @@
2
2
3
3
If you would like to add a new feature to Bundler, please follow these steps:
4
4
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.
6
6
2. Base your commits on the master branch, since we follow [SemVer](https://semver.org) and don't add new features to old releases.
7
7
3. Commit the code and at least one test covering your changes to a feature branch in your fork.
8
8
4. Send us a [pull request](PULL_REQUESTS.md) from your feature branch.
9
9
10
10
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