From 35a4dc71b92a771fbb0a159fbc94e27dd2b5524e Mon Sep 17 00:00:00 2001 From: Mike Blum Date: Thu, 9 Nov 2023 16:50:08 -0600 Subject: [PATCH] nit: rewording commits --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 55873f229a5..71944efbcdb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -90,7 +90,7 @@ git push 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