docs: Update PULL_REQUEST_TEMPLATE.md (#258)

* chore: Update PULL_REQUEST_TEMPLATE.md

* docs: Update PULL_REQUEST_TEMPLATE.md
This commit is contained in:
zuixinwang 2023-05-31 22:26:26 +08:00 committed by GitHub
parent e91aa22a9d
commit 2946111719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Please check if your PR fulfills the following requirements:
- [ ] The commit message follows our [Commit Message Guidelines](https://github.com/opentiny/ui-vue/blob/main/CONTRIBUTING.md)
- [ ] The commit message follows our [Commit Message Guidelines](https://github.com/opentiny/tiny-vue/blob/dev/CONTRIBUTING.md)
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)