Skip to content

Commit

Permalink
Document PR commits preference in CONTRIBUTING.md (open-telemetry#4701)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeblum committed Nov 9, 2023
1 parent be5064a commit 7a53015
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ 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`.

To help facilitate reviewing and merging your PR, please refrain from force-pushing (`git push --force/-f`) or manually rebasing (`git rebase -i HEAD~1`). Re-writing history makes it difficult to keep track of iterations during code review. All PRs are automatically squashed down 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 7a53015

Please sign in to comment.