summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHomu <homu@barosl.com>2016-07-09 09:46:02 +0900
committerHomu <homu@barosl.com>2016-07-09 09:46:02 +0900
commit14b2aba1072846a8eb15a59436c7c47a7ab54beb (patch)
tree0e63aa2bec89f17f905ad35a975f62cf0458ae0b
parent196594bb6992e01ee4654b970f486a37bf0e78fa (diff)
parent0b66958f9ffd96eb4f67e5c80e820599cebd4900 (diff)
downloadbundler-14b2aba1072846a8eb15a59436c7c47a7ab54beb.tar.gz
Auto merge of #4768 - kevintpeng:patch-1, r=segiddins
fix feature request link I noticed the label name was updated.
-rw-r--r--DEVELOPMENT.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index bc0a2666a6..8964b75c3d 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -102,7 +102,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) with the [`feature-request` label](https://github.com/bundler/bundler/labels/feature-request) to discuss your feature.
+ 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.
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](https://help.github.com/articles/using-pull-requests) from your feature branch.