Merge pull request #28807 from taosdata/feat/wangxu/pr-template

Create pull_request_template.md
This commit is contained in:
Shengliang Guan 2024-11-18 15:58:12 +08:00 committed by GitHub
commit fda5030f1c
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?