add PR MD (#4)

This commit is contained in:
KevinHuSh 2023-12-13 19:17:01 +08:00 committed by GitHub
parent c35385aec0
commit 57a709cd26

29
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,29 @@
### What problem does this PR solve?
Add corresponding issue link with summary if exists -->
Issue link:
### What is changed and how it works?
### Code changes
- [ ] Has Code change
- [ ] Has CI related scripts change
### Check List
Tests <!-- At least one of them must be included. -->
- [ ] Unit test
- [ ] Integration test
- [ ] Manual test (add detailed scripts or steps below)
- [ ] No code
Side effects
- [ ] Performance regression: Consumes more CPU
- [ ] Performance regression: Consumes more Memory
- [ ] Breaking backward compatibility
### Note for reviewer