Skip to content

Commit

Permalink
docs(pull-request-guidelines): add note of updating pull request bran…
Browse files Browse the repository at this point in the history
…ch (autowarefoundation#501)

* docs(pull-request-guidelines): add notes of updating pull request branch

Signed-off-by: Takagi, Isamu <[email protected]>

* Update docs/contributing/pull-request-guidelines/index.md

---------

Signed-off-by: Takagi, Isamu <[email protected]>
Co-authored-by: Shumpei Wakabayashi <[email protected]>
  • Loading branch information
isamu-takagi and shmpwk authored Dec 14, 2023
1 parent 913ba9a commit bbaecd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/contributing/pull-request-guidelines/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Use this workflow as a reference when you contribute to Autoware.
- If you don't agree with a review comment, ask the reviewers for a rational reason.
- The reviewers are obligated to make the author understand the meanings of each comment.
- After you have done with the review comments, re-request a review to the reviewers and back to 6.
- Avoid using force push as much as possible so reviewers only see the differences. More precisely, at least keep a commit history up to the point of review because GitHub Web UI such as the suggested change may require rebase to pass DCO CI.
- If there are no more new review comments, the reviewers will approve the pull request and proceed to 8.
8. Merge the pull request.
- Anyone with write access can merge the pull request if there is no special request from maintainers.
Expand Down

0 comments on commit bbaecd1

Please sign in to comment.