Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Minor] Update PR template #3809

Merged
merged 2 commits into from
Jan 27, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@ Thanks for your contribution!
In order to review PR more efficiently, please add information according to the template.
-->

#### What type of PR is this?
## What type of PR is this?
- [ ] bug
- [ ] feature
- [ ] enhancement

#### What problem(s) does this PR solve?
Issue(s) number:
## What problem(s) does this PR solve?
#### Issue(s) number:

Description:
#### Description:


#### How do you solve it?
## How do you solve it?



#### Special notes for your reviewer, ex. impact of this fix, design document, etc:

## Special notes for your reviewer, ex. impact of this fix, design document, etc:


#### Checklist:

## Checklist:
Tests:
- [ ] Unit test(positive and negative cases)
- [ ] Function test
Expand All @@ -36,7 +36,7 @@ Affects:
- [ ] Performance impacted: Consumes more CPU/Memory


#### Release notes:
## Release notes:

Please confirm whether to be reflected in release notes and how to describe:
> ex. Fixed the bug .....