diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-04-23 15:07:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-23 15:07:00 -0700 |
| commit | ba5c87a3c95e1ec622122b4de0f3a490d738db40 (patch) | |
| tree | 05d2267245813a848eb71797676912b07bb00591 | |
| parent | 3adbe1747f4e8c589eaee0a9079d774230714555 (diff) | |
| parent | f059721d4fd14a50ec836ee0597398795879875d (diff) | |
Merge pull request #2057 from shubheksha/sig/storage-fix-issue-link
Update issue link for sig/storage
| -rw-r--r-- | sig-storage/contributing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sig-storage/contributing.md b/sig-storage/contributing.md index 752e97f1..37ee510a 100644 --- a/sig-storage/contributing.md +++ b/sig-storage/contributing.md @@ -31,7 +31,7 @@ what you are proposing. We are really trying to improve our test coverage and do and documentation in your implementation PR. ### Helping with Issues -A great way to get involved is to pick an issue and help address it. We would love help here. Storage related issues are [listed here](https://github.com/kubernetes/kubernetes/labels/sig%2Fstorage) +A great way to get involved is to pick an issue and help address it. We would love help here. Storage related issues are [listed here](https://github.com/kubernetes/kubernetes/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3Asig%2Fstorage+). ### Adding support for a new storage platform in Kubernetes For folks looking to add support for a new storage platform in Kubernetes, you have several options: |
