Add PR template (#223)
This commit is contained in:
parent
f4ed03e456
commit
ea17e33a0d
|
|
@ -0,0 +1,13 @@
|
|||
Fixes #
|
||||
|
||||
## Changes
|
||||
|
||||
Please provide a brief description of the changes here.
|
||||
|
||||
Note: if the PR is touching an area that is not listed in the [existing areas](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/README.md), or the area does not have sufficient [domain experts coverage](https://github.com/open-telemetry/semantic-conventions/blob/main/.github/CODEOWNERS), the PR might be tagged as [experts needed](https://github.com/open-telemetry/semantic-conventions/labels/experts%20needed) and move slowly until experts are identified.
|
||||
|
||||
## Merge requirement checklist
|
||||
|
||||
* [ ] [CONTRIBUTING.md](https://github.com/open-telemetry/semantic-conventions/blob/main/CONTRIBUTING.md) guidelines followed.
|
||||
* [ ] [CHANGELOG.md](https://github.com/open-telemetry/semantic-conventions/blob/main/CHANGELOG.md) updated for non-trivial changes.
|
||||
* [ ] [schema-next.yaml](https://github.com/open-telemetry/semantic-conventions/blob/main/schema-next.yaml) updated with changes to existing conventions.
|
||||
Loading…
Reference in New Issue