From 73671bed91f7d70f558d73fc5cbde1bd6fdb84ba Mon Sep 17 00:00:00 2001 From: WANG Xu Date: Wed, 27 Nov 2024 11:25:10 +0800 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7d877987ac..ea70f31ff1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,10 @@ -# Pull Request Checklist +# Description + +Please briefly describe the code changes in this pull request. + +# Checklist + +Please check the items in the checklist if applicable. - [ ] Is the user manual updated? - [ ] Are the test cases passed and automated?