From bbbed5b14bc4341fc019d5def6cdaf68b056f6a9 Mon Sep 17 00:00:00 2001 From: Yudong Jin Date: Mon, 19 Dec 2022 14:16:29 +0800 Subject: [PATCH] Create pull request template for coding and code translation --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..4f6cb318b --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +> Tip: If this PR is not related to the coding or code translation, please ignore the checklist. + +### 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).