From 0cca4403c1a13b0075058fc148dd9323c47fc8c9 Mon Sep 17 00:00:00 2001 From: Yudong Jin Date: Tue, 20 Dec 2022 00:32:34 +0800 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4f6cb318b..c38d8c9ca 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,6 +2,6 @@ ### Checklist -- [] I've tested the code and ensured the outputs are the same as the outputs of reference codes. -- [] I've checked the codes (formatting, comments, indentation, file header, etc) carefully. -- [] The code is not relied on a particular environment or IDE and can be runned on a common system (Win, MacOS, Ubuntu). +- [ ] I've tested the code and ensured the outputs are the same as the outputs of reference codes. +- [ ] I've checked the codes (formatting, comments, indentation, file header, etc) carefully. +- [ ] The code is not relied on a particular environment or IDE and can be runned on a common system (Win, MacOS, Ubuntu).