Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,14 @@ git commit
git push fork feature
```

Open a pull request against the main `opentelemetry-python` repo.
Open a pull request (PR) against the main `opentelemetry-python` repo.

A descriptive PR title will help the community better triage and review your changes. Make sure to prefix with the name(s) of the package/subdirectory/domain that your PR updates. Following any of these examples will help:

* "opentelemetry-sdk: make test_force_flush_late_by_timeout less flaky on pypy/windows"
* "opentelemetry-exporter-otlp-proto-http: enable typechecking"
* "docs: replace TODO placeholders with API and SDK overview descriptions"
* "feat(config): Add TracerProvider support for declarative config"

Pull requests are also tested for their compatibility with packages distributed
by OpenTelemetry in the [OpenTelemetry Python Contrib Repository](https://github.com/open-telemetry/opentelemetry-python.git).
Expand Down
Loading