summaryrefslogtreecommitdiff
path: root/doc/development/NEW_FEATURES.md
diff options
context:
space:
mode:
authorTakayuki Nakata <f.seasons017@gmail.com>2019-08-09 23:08:23 +0900
committerTakayuki Nakata <f.seasons017@gmail.com>2019-08-09 23:08:23 +0900
commitcd9b72201b6c630d1ca93f41e75314e8395b6ce7 (patch)
tree92fe97011db7d6d0cbc2c4e4892c06de864e88ca /doc/development/NEW_FEATURES.md
parent213e20cefaffef2f14e1ea7c65e1a67e0ec8c91e (diff)
downloadbundler-cd9b72201b6c630d1ca93f41e75314e8395b6ce7.tar.gz
Fix documents to refer to URLs with https
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 d9ce212dbb..fe8b705d7d 100644
--- a/doc/development/NEW_FEATURES.md
+++ b/doc/development/NEW_FEATURES.md
@@ -3,7 +3,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.
- 2. Base your commits on the master branch, since we follow [SemVer](http://semver.org) and don't add new features to old releases.
+ 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.