mirror of
https://github.com/tiktok/sparo.git
synced 2025-02-17 00:21:14 -05:00
chore: add pr template
This commit is contained in:
parent
19cea4bff0
commit
90d7a352ab
1 changed files with 30 additions and 0 deletions
30
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
30
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
<!-- PULL REQUEST TEMPLATE -->
|
||||
<!-- (Update "[ ]" to "[x]" to check a box) -->
|
||||
|
||||
### Basic Checks
|
||||
|
||||
Have you run `rush change` for this change?
|
||||
|
||||
- [ ] Yes
|
||||
- [ ] No
|
||||
|
||||
If **No**, please run `rush change` before, this is necessary.
|
||||
|
||||
If adding a **new feature**, the PR's description includes:
|
||||
|
||||
- [ ] Reason for adding this feature
|
||||
- [ ] How to use
|
||||
- [ ] A basic example
|
||||
|
||||
**Does this PR introduce a breaking change?** (check one)
|
||||
|
||||
- [ ] Yes
|
||||
- [ ] No
|
||||
|
||||
If yes, please describe the impact and migration path for existing applications:
|
||||
|
||||
### Summary
|
||||
|
||||
### Detail
|
||||
|
||||
### How to test it
|
Loading…
Reference in a new issue