From 8dcef0097015479a67d916cba83cee7d5bb0d29d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=93=E2=82=AC=E7=BB=BE=E8=B7=A8=E4=BC=92?= Date: Fri, 8 Jul 2022 23:17:29 +0800 Subject: [PATCH] Rename .github/PULL_REQUEST_TEMPLATE/pull_request_template.md to .github/pull_request_template.md Fix pull request tempalte doesn't work --- .github/{PULL_REQUEST_TEMPLATE => }/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/{PULL_REQUEST_TEMPLATE => }/pull_request_template.md (81%) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/pull_request_template.md similarity index 81% rename from .github/PULL_REQUEST_TEMPLATE/pull_request_template.md rename to .github/pull_request_template.md index 3a518977a2..afd21fea61 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,4 +6,4 @@ THIS PROJECT IS IN DEVELOPMENT MODE. Any pull requests should merge to branch `d ## Checklist before requesting a review - [ ] I have performed a self-review of my code -- [ ] If it is a core feature, I have added thorough tests. \ No newline at end of file +- [ ] If it is a core feature, I have added thorough tests.