Skip to content

Commit

Permalink
Update pull_request_template.md (#3589)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie-Xie authored Dec 31, 2021
1 parent 7c5e431 commit 8be18dc
Showing 1 changed file with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions .github/pull_request_template.md
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 .....

0 comments on commit 8be18dc

Please sign in to comment.