Skip to content

Commit 2425d66

Browse files
authored
Add PR question regarding Contrib Repo Link (open-telemetry#1399)
1 parent da7597c commit 2425d66

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/pull_request_template.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,25 @@ Please describe the tests that you ran to verify your changes. Provide instructi
1919

2020
- [ ] Test A
2121

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+
2241
# Checklist:
2342

2443
- [ ] Followed the style guidelines of this project

0 commit comments

Comments
 (0)