From bee8df59d894cd2752b7f16b4d99e0f230f3df3c Mon Sep 17 00:00:00 2001 From: chentao1596 Date: Wed, 28 Mar 2018 05:57:03 +0800 Subject: [PATCH] correct the owner_aliases (#7849) --- docs/home/contribute/participating.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/home/contribute/participating.md b/docs/home/contribute/participating.md index d86fb1910a..81371e0d04 100644 --- a/docs/home/contribute/participating.md +++ b/docs/home/contribute/participating.md @@ -34,7 +34,7 @@ Reviewers are individuals who review documentation pull requests. Automation assigns reviewers to pull requests, and contributors can request a review with a comment on the pull request: `/assign [@_github_handle]`. To indicate that a pull request requires no further changes, a reviewer should add comment to the pull request `/lgtm`. -A reviewer indicates technical accuracy with a `lgtm` comment. +A reviewer indicates technical accuracy with a `/lgtm` comment. Reviewers can add a `/hold` comment to prevent the pull request from being merged. Another reviewer or approver can remove a hold with the comment: `/hold cancel`. @@ -86,7 +86,7 @@ The [Kubernetes website repository](https://github.com/kubernetes/website) has t - blunderbuss - approve -These two plugins use the [OWNERS](https://github.com/kubernetes/website/blob/master/OWNERS) and [OWNERS_ALIAS](https://github.com/kubernetes/website/blob/master/OWNERS_ALIAS) files in our repo for configuration. +These two plugins use the [OWNERS](https://github.com/kubernetes/website/blob/master/OWNERS) and [OWNERS_ALIASES](https://github.com/kubernetes/website/blob/master/OWNERS_ALIASES) files in our repo for configuration. {% endcapture %}