From 2946111719bdba632836bc3e33e3f540bc9b0f6e Mon Sep 17 00:00:00 2001 From: zuixinwang <59717852+zuixinwang@users.noreply.github.com> Date: Wed, 31 May 2023 22:26:26 +0800 Subject: [PATCH] docs: Update PULL_REQUEST_TEMPLATE.md (#258) * chore: Update PULL_REQUEST_TEMPLATE.md * docs: Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9901372bf..988185740 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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)