We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e4c46 commit ca2b22bCopy full SHA for ca2b22b
CONTRIBUTING.md
@@ -90,6 +90,10 @@ git push <YOUR_FORK> <YOUR_BRANCH_NAME>
90
Open a pull request against the main `opentelemetry-go` repo. Be sure to add the pull
91
request ID to the entry you added to `CHANGELOG.md`.
92
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
+
97
### How to Receive Comments
98
99
* If the PR is not ready for review, please put `[WIP]` in the title,
0 commit comments