diff options
| author | guineveresaenger <guineveresaenger@gmail.com> | 2018-02-21 10:49:26 -0800 |
|---|---|---|
| committer | guineveresaenger <guineveresaenger@gmail.com> | 2018-02-22 14:42:13 -0800 |
| commit | 66eb35601df6f472b5e2edf2edc24335dbca0593 (patch) | |
| tree | 169f36b8b8ccf711f8aaeb7b400fe0d41050d9c6 /contributors | |
| parent | 313ded24d31c9f47ecf42ebaae1114d9b0faed7b (diff) | |
Explains how to assign a reviewer using a bot command
Pinging someone with a github mention is different from using a bot command to assign them as a reviewer. This commit includes a specific explanation.
Diffstat (limited to 'contributors')
| -rw-r--r-- | contributors/guide/pull-requests.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contributors/guide/pull-requests.md b/contributors/guide/pull-requests.md index 66d55807..c87f74fe 100644 --- a/contributors/guide/pull-requests.md +++ b/contributors/guide/pull-requests.md @@ -142,8 +142,7 @@ There is a detailed rundown of best practices, including how to avoid too-length But, if you've already followed the best practices and you still aren't getting any pull request love, here are some things you can do to move the process along: - * Make sure that your pull request has an assigned reviewer (assignee in GitHub). If not, reply to the pull request comment stream asking for a reviewer to be assigned. - <!-- TODO: example --> + * Make sure that your pull request has an assigned reviewer (assignee in GitHub). If not, reply to the pull request comment stream asking for a reviewer to be assigned. This is done via a [bot command](https://prow.k8s.io/command-help) (the bot may have suggestions for this) and looks like this: `/assign @username`. * Ping the assignee (@username) on the pull request comment stream, and ask for an estimate of when they can get to the review. |
