Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nit: rewording commits
Browse files Browse the repository at this point in the history
mikeblum committed Nov 9, 2023
1 parent dc7cd82 commit 35a4dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -90,7 +90,7 @@ 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`.
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 (An exception would be when `reword`ing commits). All PRs are automatically squashed down to a single commit upon merge to `main`.

### How to Receive Comments

0 comments on commit 35a4dc7

Please sign in to comment.