mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-27 09:36:04 -05:00
31 lines
600 B
Markdown
31 lines
600 B
Markdown
|
<!-- 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
|