From 7c81f8c84f8b26d5f231dbddc4524dc6808e3d48 Mon Sep 17 00:00:00 2001 From: Yudong Jin Date: Sat, 4 Feb 2023 15:22:40 +0800 Subject: [PATCH] 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 68be3e70b..17e14a45a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ -If this PR is related to coding or code translation, please fill out the checklist. +If this PR is related to coding or code translation, please **fill out the checklist** and **paste the console outputs to the PR**. - [ ] 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.