Skip to content

Commit

Permalink
docs: update pr template (sgl-project#1099)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyncs authored Aug 14, 2024
1 parent a59636b commit 67c0d83
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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.
<!-- 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.
<!-- 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.
<!-- 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.

0 comments on commit 67c0d83

Please sign in to comment.