Skip to content
Prev Previous commit
Next Next commit
doc: clarify the landing process
- Mention the "landed in <sha>" comment when a PR gets landed
  • Loading branch information
joyeecheung committed Dec 11, 2016
commit e8153b72a665ae54f6ddeef25cc22f7ea90f7e06
8 changes: 5 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,11 @@ Collaborators and has passed the CI, as long as there is consensus
But, if there are non-trivial changes in this Pull Request, it still
needs to wait for at least another 48 hours (72 hours on a weekend).

GitHub often shows the Pull Request as `Closed` at this point,
but don't worry. If you look at the branch you raised your Pull Request
against (probably `master`), you should see a commit with
When the Pull Request is landed, the person who land this will post
a comment to the Pull Request page mentioning the commit(s) in which
it is landed. GitHub often shows the Pull Request as `Closed` at this
point, but don't worry. If you look at the branch you raised your
Pull Request against (probably `master`), you should see a commit with
your name on it. Congratulations and thanks for your contribution!

<a id="developers-certificate-of-origin"></a>
Expand Down