Skip to content

Commit 9caecd7

Browse files
ayushr2gvisor-bot
authored andcommitted
Update contributing guidelines on pull request commits.
Add guidance on amending commits vs. creating new ones in pull requests, explaining that the merge bot does not squash merge. PiperOrigin-RevId: 796703579
1 parent 14ff9ab commit 9caecd7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ Before sending code reviews, run `bazel test ...` to ensure tests are passing.
9292

9393
Code changes are accepted via [pull request][github].
9494

95+
When iterating on a pull request, please amend your commit rather than creating
96+
new commits on the same branch. Our merge bot applies all commits from the
97+
branch to master and does not yet support squash merging. If you'd like to
98+
submit a pull request with multiple commits, please ensure they are independent,
99+
logical units of work that can be applied separately.
100+
95101
When approved, the change will be submitted by a team member and automatically
96102
merged into the repository.
97103

0 commit comments

Comments
 (0)