fix: pr template

This commit is contained in:
kai 2022-08-19 18:06:27 +08:00
parent 6ee91ab030
commit 60bf6f43b9
1 changed files with 16 additions and 0 deletions

16
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,16 @@
<!--
Add a descriptive
feat: new feature / enhancement
fix: bugs fixes
ci: ci actions
chore: other changes
docs: documentation changes
-->
<!--- briefly describe what you have done in this PR --->
## Checklist
- [ ] PR contains only changes related.
- [ ] README updated (where applicable)
- [ ] Tests written (where applicable)