Commit
·
6f190dd
1
Parent(s):
fb9c758
Update PR template (#415)
Browse files### What problem does this PR solve?
Update PR template
### Type of change
- [x] Documentation Update
Signed-off-by: Jin Hai <[email protected]>
.github/pull_request_template.md
CHANGED
|
@@ -2,16 +2,11 @@
|
|
| 2 |
|
| 3 |
_Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._
|
| 4 |
|
| 5 |
-
Issue link:#[Link the issue here]
|
| 6 |
-
|
| 7 |
### Type of change
|
| 8 |
|
| 9 |
- [ ] Bug Fix (non-breaking change which fixes an issue)
|
| 10 |
- [ ] New Feature (non-breaking change which adds functionality)
|
| 11 |
-
- [ ] Breaking Change (fix or feature that could cause existing functionality not to work as expected)
|
| 12 |
- [ ] Documentation Update
|
| 13 |
- [ ] Refactoring
|
| 14 |
- [ ] Performance Improvement
|
| 15 |
-
- [ ] Test cases
|
| 16 |
-
- [ ] Python SDK impacted, Need to update PyPI
|
| 17 |
- [ ] Other (please describe):
|
|
|
|
| 2 |
|
| 3 |
_Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._
|
| 4 |
|
|
|
|
|
|
|
| 5 |
### Type of change
|
| 6 |
|
| 7 |
- [ ] Bug Fix (non-breaking change which fixes an issue)
|
| 8 |
- [ ] New Feature (non-breaking change which adds functionality)
|
|
|
|
| 9 |
- [ ] Documentation Update
|
| 10 |
- [ ] Refactoring
|
| 11 |
- [ ] Performance Improvement
|
|
|
|
|
|
|
| 12 |
- [ ] Other (please describe):
|