-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pull_request_template.md (#3589)
- Loading branch information
1 parent
7c5e431
commit 8be18dc
Showing
1 changed file
with
22 additions
and
7 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,27 +1,42 @@ | ||
<!-- | ||
Thanks for your contributing! | ||
In order to review PR more efficiently, please add information according to the template. | ||
--> | ||
|
||
#### What type of PR is this? | ||
- [ ] bug | ||
- [ ] feature | ||
- [ ] enhancement | ||
|
||
#### What does this PR do? | ||
#### What problem does this PR slove? | ||
Issue(s) number: | ||
|
||
Description: | ||
|
||
#### Which issue(s)/PR(s) this PR relates to? | ||
|
||
#### Special notes for your reviewer, ex. impact of this fix, etc: | ||
#### How do you slove it? | ||
|
||
|
||
|
||
#### Special notes for your reviewer, ex. impact of this fix, design document, etc: | ||
|
||
#### Additional context/ Design document: | ||
|
||
|
||
#### Checklist: | ||
Tests: | ||
- [ ] Unit test(positive and negative cases) | ||
- [ ] Function test | ||
- [ ] Perfomance test | ||
- [ ] N/A | ||
|
||
Affects: | ||
- [ ] Documentation affected (Please add the label if documentation needs to be modified.) | ||
- [ ] Incompatibility (If it breaks the compatibility, please describe it and add the corresponding label.) | ||
- [ ] Incompatibility (If it breaks the compatibility, please describe it and add the label.) | ||
- [ ] If it's needed to cherry-pick (If cherry-pick to some branches is required, please label the destination version(s).) | ||
- [ ] Performance impacted: Consumes more CPU/Memory | ||
|
||
|
||
#### Release notes: | ||
|
||
Please confirm whether to be reflected in release notes and how to describe: | ||
> ` | ||
> ex. Fixed the bug ..... |