chore add pull request template
This commit is contained in:
parent
2387e6f136
commit
ea12b9a46f
1 changed files with 16 additions and 0 deletions
16
.github/pull_request_template.md
vendored
Normal file
16
.github/pull_request_template.md
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
## Summary
|
||||
-
|
||||
-
|
||||
-
|
||||
|
||||
## Type of change
|
||||
- [ ] refactor
|
||||
- [ ] feature
|
||||
- [ ] fix
|
||||
- [ ] docs
|
||||
|
||||
## Verification
|
||||
What did you run locally? (e.g. `npm test`, `npm run typecheck`, manual smoke)
|
||||
|
||||
## Linked issues
|
||||
Closes #
|
||||
Loading…
Reference in a new issue