summaryrefslogtreecommitdiff
path: root/doc/development/NEW_FEATURES.md
diff options
context:
space:
mode:
authorEllen Marie Dash <me@duckie.co>2020-01-16 17:54:28 -0500
committerEllen Marie Dash <me@duckie.co>2020-01-16 18:00:50 -0500
commit187267bc6e05337e310a4a58f79b91ed602b6ff2 (patch)
treebf7c8e9d8e4a26157db0b08cd1c03fc0c967a5ab /doc/development/NEW_FEATURES.md
parente4578720743945aea932c1bca1c2c47ac21f4719 (diff)
downloadbundler-187267bc6e05337e310a4a58f79b91ed602b6ff2.tar.gz
[repo move] Update GitHub URL in doc/.
Diffstat (limited to 'doc/development/NEW_FEATURES.md')
-rw-r--r--doc/development/NEW_FEATURES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/NEW_FEATURES.md b/doc/development/NEW_FEATURES.md
index fe8b705d7d..0e9864deff 100644
--- a/doc/development/NEW_FEATURES.md
+++ b/doc/development/NEW_FEATURES.md
@@ -2,7 +2,7 @@
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.
+ 1. [Create an issue](https://github.com/rubygems/bundler/issues/new) with the [`feature-request` label](https://github.com/rubygems/bundler/labels/type:%20feature-request) to discuss your feature.
2. Base your commits on the master branch, since we follow [SemVer](https://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.