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
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,25 @@ Please describe the tests that you ran to verify your changes. Provide instructi
19
19
20
20
-[ ] Test A
21
21
22
+
# Does This PR Require a Contrib Repo Change?
23
+
24
+
Answer the following question based on these examples of changes that would require a Contrib Repo Change:
25
+
-[The OTel specification](https://github.com/open-telemetry/opentelemetry-specification) has changed which prompted this PR to update the method interfaces of `opentelemetry-api/` or `opentelemetry-sdk/`
26
+
- The method interfaces of `opentelemetry-instrumentation/` have changed
27
+
- The method interfaces of `test/util` have changed
28
+
- Scripts in `scripts/` that were copied over to the Contrib repo have changed
29
+
- Configuration files that were copied over to the Contrib repo have changed (when consistency between repositories is applicable) such as in
30
+
-`pyproject.toml`
31
+
-`isort.cfg`
32
+
-`.flake8`
33
+
- When a new `.github/CODEOWNER` is added
34
+
- Major changes to project information, such as in:
35
+
-`README.md`
36
+
-`CONTRIBUTING.md`
37
+
38
+
-[ ] Yes. - Link to PR:
39
+
-[ ] No.
40
+
22
41
# Checklist:
23
42
24
43
-[ ] Followed the style guidelines of this project
0 commit comments