diff options
author | Homu <homu@barosl.com> | 2016-09-27 23:24:55 +0900 |
---|---|---|
committer | Homu <homu@barosl.com> | 2016-09-27 23:24:55 +0900 |
commit | e8e079842cdb6f003a1c88bae7bdc957cf8e2b2d (patch) | |
tree | f402dbb75473b328bd6566d2d5db1e8d94ec1d2d | |
parent | 121ada2a1842ebe9989f35567e2dd829ec06b7a1 (diff) | |
parent | 4287e1db973f088cc446e2f60a5e0fb6ff529046 (diff) | |
download | bundler-e8e079842cdb6f003a1c88bae7bdc957cf8e2b2d.tar.gz |
Auto merge of #5024 - renuo:docs/small-bugs-and-features, r=segiddins
Fix broken link in DEVELOPMENT.md to "small" issues
When I wanted to contribute something, the link to the "small issues" was broken. So why not contribute by fixing this?
-rw-r--r-- | DEVELOPMENT.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index ab95db363a..67e1527677 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -12,7 +12,7 @@ If you have any questions after reading this page, please feel free to contact e ## How you can help -We track [small bugs and features](https://github.com/bundler/bundler/issues?labels=small) so that anyone who wants to help can start with something that's not too overwhelming. We also keep a [list of things anyone can help with, any time](https://github.com/bundler/bundler/blob/master/CONTRIBUTING.md#contributing). If nothing on those lists looks good, talk to us, and we'll figure out what you can help with. We can absolutely use your help, no matter what level of programming skill you have at the moment. +We track [small bugs and features](https://github.com/bundler/bundler/labels/contribution%3A%20small) so that anyone who wants to help can start with something that's not too overwhelming. We also keep a [list of things anyone can help with, any time](https://github.com/bundler/bundler/blob/master/CONTRIBUTING.md#contributing). If nothing on those lists looks good, talk to us, and we'll figure out what you can help with. We can absolutely use your help, no matter what level of programming skill you have at the moment. # Development setup |