Skip to content

Commit

Permalink
Update PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Radeity authored May 20, 2023
1 parent 55472d2 commit 31ea3e0
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

## Purpose of the PR

close #xx <!-- or use "fix #xx", "xx" is the issue number -->
- close: xxx <!-- or use "fix: xxx", "xxx" is the link of related issue -->

<!--
Please explain more context in this section, clarify why the changes are needed.
Expand All @@ -36,6 +36,24 @@ For example:
- If you refactor some codes with changing classes, showing the class hierarchy will help reviewers.
- If there is a discussion in the mailing list, please add the link. -->

## Verifying these changes

<!-- Please pick either of the following options -->

- This change is a trivial rework / code cleanup without any test coverage.

*(or)*

- This change is already covered by existing tests, such as *(please describe tests)*.

*(or)*

- This change added tests and can be verified as follows:

*(for example:)*
- *Add UT.*


## Does this PR potentially affect the following parts?

<!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
Expand Down

0 comments on commit 31ea3e0

Please sign in to comment.