diff options
author | techknowlogick | 2017-11-27 01:11:15 -0500 |
---|---|---|
committer | Lauris BH | 2017-11-27 08:11:15 +0200 |
commit | 621efaa3408d86e1308a3f2f7689a58232692767 (patch) | |
tree | 107071ff1942a9182b40125cba81c01f30968438 /CONTRIBUTING.md | |
parent | 8ee08fe8bc3dcd59a4ceaee449d8c62aa6056de2 (diff) |
Update link for tips on how to get faster reviews (#2997)
Kubernetes merged guides, and this is now the current location of guide
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 88a251d36..a49dfba36 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -110,7 +110,7 @@ pull request workflow to do that. And, we also use [LGTM](http://lgtm.co) to ensure every PR is reviewed by at least 2 maintainers. Please try to make your pull request easy to review for us. And, please read -the *[How to get faster PR reviews](https://github.com/kubernetes/community/blob/master/contributors/devel/faster_reviews.md)* guide; +the *[How to get faster PR reviews](https://github.com/kubernetes/community/blob/master/contributors/devel/pull-requests.md#best-practices-for-faster-reviews)* guide; it has lots of useful tips for any project you may want to contribute. Some of the key points: |