Create pull_request_template.md

This commit is contained in:
WANG Xu 2024-11-18 14:52:21 +08:00 committed by GitHub
parent e3ef0cb37f
commit 2d9b78216b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

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

@ -0,0 +1,5 @@
# Pull Request Checklist
- [ ] Is the user manual updated?
- [ ] Are the test cases passed and automated?
- [ ] Is there no significant decrease in test coverage?