-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: improve pull request template (#277)
Signed-off-by: Jason Liu <[email protected]>
- Loading branch information
1 parent
46fd995
commit 7dcd1ee
Showing
3 changed files
with
23 additions
and
13 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
### Ⅰ. Describe what this PR does | ||
|
||
<!-- | ||
- Summarize your change (**mandatory**) | ||
- How does this PR work? Need a brief introduction for the changed logic (optional) | ||
- Describe clearly one logical change and avoid lazy messages (optional) | ||
- Describe any limitations of the current code (optional) | ||
--> | ||
|
||
### Ⅱ. Does this pull request fix one issue? | ||
|
||
<!--If so, add "fixes #xxxx" below in the next line, for example, fixes #15. Otherwise, add "NONE" --> | ||
|
||
### Ⅲ. Describe how to verify it | ||
|
||
### Ⅳ. Special notes for reviews | ||
|
||
### V. Checklist | ||
|
||
- [ ] I have written necessary docs and comments | ||
- [ ] I have added necessary unit tests and integration tests | ||
- [ ] All checks passed in `make test` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters