From 8fd86e8fdd6de27ba270d701b0043190bd92a492 Mon Sep 17 00:00:00 2001 From: zjhe Date: Mon, 14 Nov 2022 09:49:21 +0800 Subject: [PATCH] update pr template --- .github/pull_request_template.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index db5d452..09ff08e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,14 +1,13 @@ - +## Describe your changes -Fixes #000 +## Issue number -Changes proposed in the pull request: +#000 +## Checklist before requesting a review +- [ ] The pr title can be used to describe what this pr did in `CHANGELOG.md` file +- [ ] I have executed pre-commit on my machine +- [ ] I have passed pr-check on my machine + +Thanks for your cooperation!