Skip to content

Commit

Permalink
Document PR commits preference in CONTRIBUTING.md (#4704)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeblum committed Nov 13, 2023
1 parent 85e4c46 commit ca2b22b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -90,6 +90,10 @@ git push <YOUR_FORK> <YOUR_BRANCH_NAME>
Open a pull request against the main `opentelemetry-go` repo. Be sure to add the pull
request ID to the entry you added to `CHANGELOG.md`.

Avoid rebasing and force-pushing to your branch to facilitate reviewing the pull request.
Rewriting Git history makes it difficult to keep track of iterations during code review.
All pull requests are squashed to a single commit upon merge to `main`.

### How to Receive Comments

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

0 comments on commit ca2b22b

Please sign in to comment.