Skip to content

Commit ca2b22b

Browse files
authored
Document PR commits preference in CONTRIBUTING.md (#4704)
1 parent 85e4c46 commit ca2b22b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

+4
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ git push <YOUR_FORK> <YOUR_BRANCH_NAME>
9090
Open a pull request against the main `opentelemetry-go` repo. Be sure to add the pull
9191
request ID to the entry you added to `CHANGELOG.md`.
9292

93+
Avoid rebasing and force-pushing to your branch to facilitate reviewing the pull request.
94+
Rewriting Git history makes it difficult to keep track of iterations during code review.
95+
All pull requests are squashed to a single commit upon merge to `main`.
96+
9397
### How to Receive Comments
9498

9599
* If the PR is not ready for review, please put `[WIP]` in the title,

0 commit comments

Comments
 (0)