Updated GerritBot (markdown)

Andrew Bonventre 2019-01-19 00:17:45 -05:00
parent d03c219ff3
commit af5424d94d

@ -23,6 +23,10 @@ Please [file an issue](https://github.com/golang/go/issues/new?title=x%2Fbuild%2
## Frequently Asked Questions
### How does GerritBot determine the final commit message?
It uses the title and description of the PR to construct the commit message for the Gerrit Change.
### Why is GerritBot the owner of my change?
This is due to an [open bug](https://bugs.chromium.org/p/gerrit/issues/detail?id=8296) with the way Gerrit handles acting as another user. Once that is fixed, the original author will also be the owner of the change.
@ -31,10 +35,6 @@ This is due to an [open bug](https://bugs.chromium.org/p/gerrit/issues/detail?id
You can upload as many commits as you like. GerritBot will handle squashing your commits into one change that Gerrit can handle.
### How does GerritBot determine the final commit message?
It uses the title and description of the PR to construct the commit message for the Gerrit Change.
### I need a Google account to sign up for Gerrit? Why can't I sign in using my GitHub account?
This is a limitation of the infrastructure that runs our Gerrit instances and is out of our control, plus you already need a Google account to sign our CLA, a requirement for us to accept your contribution in the first place.