Create pull_request_template.md

This commit is contained in:
Calcitem 2021-10-31 21:16:39 +08:00 committed by GitHub
parent a5463c4ff7
commit f108e68854
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

22
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,22 @@
## :scroll: Description
<!--- Describe your changes in detail -->
## :bulb: Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->
## :green_heart: How did you test it?
## :pencil: Checklist
<!--- Put an `x` in the boxes that apply -->
- [ ] I reviewed submitted code
- [ ] I added tests to verify changes
- [ ] I updated the docs if needed
- [ ] All tests passing
- [ ] No breaking changes
## :crystal_ball: Next steps