Skip to content

Commit 38a1b0f

Browse files
authored
chore: add Pull request template (open-telemetry#186)
* chore: add Pull request template * fix: review comment
1 parent f75ae54 commit 38a1b0f

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!--
2+
We appreciate your contribution to the OpenTelemetry project! 👋🎉
3+
4+
Before creating a pull request, please make sure:
5+
- Your PR is solving one problem
6+
- Please provide enough information so that others can review your pull request
7+
- You have read the guide for contributing
8+
- See https://github.com/open-telemetry/opentelemetry-js/blob/master/CONTRIBUTING.md
9+
- You signed all your commits (otherwise we won't be able to merge the PR)
10+
- See https://github.com/open-telemetry/community/blob/master/CONTRIBUTING.md#sign-the-cla
11+
- You added unit tests for the new functionality
12+
- You mention in the PR description which issue it is addressing, e.g. "Fixes #xxx". This will auto-close
13+
the issue that your PR fixes (if such)
14+
-->
15+
16+
## Which problem is this PR solving?
17+
18+
-
19+
20+
## Short description of the changes
21+
22+
-

0 commit comments

Comments
 (0)