Unverified Commit 67c0d832 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

docs: update pr template (#1099)

parent a59636bb
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. <!-- 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 ## Motivation
Please explain the motivation behind this PR and the goal you aim to achieve with it. <!-- Please explain the motivation behind this PR and the goal you aim to achieve with it. -->
## Modification ## Modification
Briefly describe the changes made in this PR. <!-- Briefly describe the changes made in this PR. -->
## Checklist ## Checklist
-[] Before submitting a PR for review, make sure it has passed verification in your local development environment **at least**. - [ ] 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. - [ ] 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. - [ ] 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. - [ ] Modify documentation as needed, such as docstrings or example tutorials.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment