Skip to content

Commit

Permalink
doc: remove instructions to post CI links
Browse files Browse the repository at this point in the history
Remove instructions (in the Collaborator Guide) to post CI links. The
bot does that now.

PR-URL: #28248
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
Trott authored and targos committed Jul 2, 2019
1 parent cfb5ca3 commit 17efd93
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions COLLABORATOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,8 @@ Please always remove it again as soon as the conditions are not met anymore.

### Handling own pull requests

When you open a pull request, [start a CI](#testing-and-ci) right away and post
the link to it in a comment in the pull request. Later, after new code changes
or rebasing, start a new CI.
When you open a pull request, [start a CI](#testing-and-ci) right away. Later,
after new code changes or rebasing, start a new CI.

As soon as the pull request is ready to land, please do so. This allows other
Collaborators to focus on other pull requests. If your pull request is not ready
Expand Down Expand Up @@ -109,8 +108,8 @@ review by @-mention.
See [Who to CC in the issue tracker](#who-to-cc-in-the-issue-tracker).

If you are the first Collaborator to approve a pull request that has no CI yet,
please [start one](#testing-and-ci). Post the link to the CI in the PR. Please
also start a new CI if the PR creator pushed new code since the last CI run.
please [start one](#testing-and-ci). Please also start a new CI if the PR
creator pushed new code since the last CI run.

### Consensus Seeking

Expand Down

0 comments on commit 17efd93

Please sign in to comment.