KevinHuSh
commited on
Commit
·
57a709c
1
Parent(s):
c35385a
add PR MD (#4)
Browse files
.github/pull_request_template.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
### What problem does this PR solve?
|
| 2 |
+
|
| 3 |
+
Add corresponding issue link with summary if exists -->
|
| 4 |
+
|
| 5 |
+
Issue link:
|
| 6 |
+
|
| 7 |
+
### What is changed and how it works?
|
| 8 |
+
|
| 9 |
+
### Code changes
|
| 10 |
+
|
| 11 |
+
- [ ] Has Code change
|
| 12 |
+
- [ ] Has CI related scripts change
|
| 13 |
+
|
| 14 |
+
### Check List
|
| 15 |
+
|
| 16 |
+
Tests <!-- At least one of them must be included. -->
|
| 17 |
+
|
| 18 |
+
- [ ] Unit test
|
| 19 |
+
- [ ] Integration test
|
| 20 |
+
- [ ] Manual test (add detailed scripts or steps below)
|
| 21 |
+
- [ ] No code
|
| 22 |
+
|
| 23 |
+
Side effects
|
| 24 |
+
|
| 25 |
+
- [ ] Performance regression: Consumes more CPU
|
| 26 |
+
- [ ] Performance regression: Consumes more Memory
|
| 27 |
+
- [ ] Breaking backward compatibility
|
| 28 |
+
|
| 29 |
+
### Note for reviewer
|