From 67c0d832a644090810a479d6d4655555a07d44a7 Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Wed, 14 Aug 2024 20:25:39 +0800 Subject: [PATCH] docs: update pr template (#1099) --- .github/pull_request_template.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index acc9682d6..0926cfbe9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,16 +1,16 @@ -Thank you for your contribution, we really appreciate it. The following instructions will help improve your pull request and make it easier to receive feedback. If there are any items you don't understand, don't worry. Just submit the pull request and ask the maintainers for help. + ## Motivation -Please explain the motivation behind this PR and the goal you aim to achieve with it. + ## Modification -Briefly describe the changes made in this PR. + ## Checklist --[] Before submitting a PR for review, make sure it has passed verification in your local development environment **at least**. --[] Ensure pre-commit `pre-commit run --all-files` or other linting tools are used to fix potential lint issues. --[] Confirm that modifications are covered by complete unit tests. If not, please add more unit tests for correctness. --[] Modify documentation as needed, such as docstrings or example tutorials. +- [ ] Before submitting a PR for review, make sure it has passed verification in your local development environment **at least**. +- [ ] Ensure pre-commit `pre-commit run --all-files` or other linting tools are used to fix potential lint issues. +- [ ] Confirm that modifications are covered by complete unit tests. If not, please add more unit tests for correctness. +- [ ] Modify documentation as needed, such as docstrings or example tutorials.