-
Notifications
You must be signed in to change notification settings - Fork 5
Description
When receiving GitHub PRs for the SDK, currently copybara sends the commit to Gerrit and warns the author (see dart-lang/sdk#56746 for an example).
One thing I did notice was that even though I did add to the PR description which issue it would fix, that description is currently not copied over to Gerrit, making cases like this CL where the reviewer didn't even know there was an issue opened for the request.
I'd like to ask copybara to bring the PR description to Gerrit to help new contributors who are more familiar with GH out and make sure that if there is something like Fixes issue
on the description so that whenever the CL gets merged, it would still close the issue. So there would be no more need for the author to look for the original issue and ask for someone to close it (see this example from yesterday).