[repo] Update GitHub PR template (#4287)

This commit is contained in:
Mikel Blanchard 2023-03-08 16:25:18 -08:00 committed by GitHub
parent b200ceb86e
commit c1f1116784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 5 deletions

View File

@ -1,11 +1,13 @@
Fixes #.
Fixes #
Design discussion issue #
## Changes
Please provide a brief description of the changes here.
For significant contributions please make sure you have completed the following items:
## Merge requirement checklist
* [ ] Appropriate `CHANGELOG.md` updated for non-trivial changes
* [ ] Design discussion issue #
* [ ] Changes in public API reviewed
* [ ] [CONTRIBUTING](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/CONTRIBUTING.md) guidelines followed (nullable enabled, static analysis, etc.)
* [ ] Unit tests added/updated
* [ ] Appropriate `CHANGELOG.md` files updated for non-trivial changes
* [ ] Changes in public API reviewed (if applicable)