From e823cde6ff7b1cbed33093306204e894c0523d01 Mon Sep 17 00:00:00 2001 From: xiaomin tang Date: Tue, 15 Nov 2022 23:53:16 +0800 Subject: [PATCH] fix: `task list` syntax error in pull_request_template (#528) --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0d9415fcc2..53629f24d0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,7 +13,7 @@ Please explain IN DETAIL what the changes are in this PR and why they are needed ## Checklist -[] I have written the necessary rustdoc comments. -[] I have added the necessary unit tests and integration tests. +- [] I have written the necessary rustdoc comments. +- [] I have added the necessary unit tests and integration tests. ## Refer to a related PR or issue link (optional)