You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`opentelemetry-instrumentation-asgi`: Respect `suppress_http_instrumentation` context in ASGI middleware to skip server span creation when HTTP instrumentation is suppressed
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ Before you can contribute, you will need to sign the [Contributor License Agreem
17
17
18
18
Please also read the [OpenTelemetry Contributor Guide](https://github.com/open-telemetry/community/blob/main/guides/contributor/README.md).
19
19
20
+
If you are using AI agents to assist with contributions, please read [AGENTS.md](AGENTS.md) for guidance on how to use them responsibly in this project.
21
+
20
22
## Index
21
23
22
24
-[Contributing to opentelemetry-python-contrib](#contributing-to-opentelemetry-python-contrib)
@@ -204,7 +206,13 @@ git commit
204
206
git push fork feature
205
207
```
206
208
207
-
Open a pull request against the main `opentelemetry-python-contrib` repo.
209
+
Open a pull request (PR) against the main `opentelemetry-python-contrib` repo.
210
+
211
+
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:
0 commit comments