-
Notifications
You must be signed in to change notification settings - Fork 785
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[repo] Update GitHub PR template (#4287)
- Loading branch information
1 parent
b200ceb
commit c1f1116
Showing
1 changed file
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |