-
Notifications
You must be signed in to change notification settings - Fork 439
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f4c9a3
commit b6993fb
Showing
5 changed files
with
75 additions
and
57 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
@@ -1,40 +1,47 @@ | ||
## PR Checklist | ||
<!-- Please don't delete this template --> | ||
|
||
Please check if your PR fulfills the following requirements: | ||
<!-- PULL REQUEST TEMPLATE --> | ||
<!-- (Update "[ ]" to "[x]" to check a box) --> | ||
|
||
- [ ] The commit message follows our [guidelines](https://github.com/fengyuanchen/compressorjs/blob/main/.github/CONTRIBUTING.md#commit-message-guidelines). | ||
- [ ] Tests for the changes have been added (for bug fixes / features) | ||
- [ ] Docs have been added / updated (for bug fixes / features) | ||
**Summary** | ||
|
||
## PR Type | ||
|
||
What kind of change does this PR introduce? | ||
|
||
<!-- Please check the one that applies to this PR using "x". --> | ||
**What kind of change does this PR introduce?** (check at least one) | ||
|
||
- [ ] Bugfix | ||
- [ ] Feature | ||
- [ ] Code style update | ||
- [ ] Refactor | ||
- [ ] Build related changes | ||
- [ ] Documentation content changes | ||
- [ ] Other, Please describe: | ||
- [ ] Docs | ||
- [ ] Build-related changes | ||
- [ ] Other, please describe: | ||
|
||
## What is the current behavior? | ||
If changing the UI of the default theme, please provide the **before/after** screenshot: | ||
|
||
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> | ||
**Does this PR introduce a breaking change?** (check one) | ||
|
||
Issue Number: N/A | ||
- [ ] Yes | ||
- [ ] No | ||
|
||
## What is the new behavior? | ||
If yes, please describe the impact and migration path for existing applications: | ||
|
||
<!-- Describe what the new behavior would be. --> | ||
**The PR fulfills these requirements:** | ||
|
||
## Does this PR introduce a breaking change? | ||
- [ ] When resolving a specific issue, it's referenced in the PR's title (e.g. `fix #xxx[,#xxx]`, where "xxx" is the issue number) | ||
|
||
- [ ] Yes | ||
- [ ] No | ||
You have tested in the following browsers: (Providing a detailed version will be better.) | ||
|
||
- [ ] Chrome | ||
- [ ] Firefox | ||
- [ ] Safari | ||
- [ ] Edge | ||
- [ ] IE | ||
|
||
If adding a **new feature**, the PR's description includes: | ||
|
||
- [ ] A convincing reason for adding this feature | ||
- [ ] Related documents have been updated | ||
- [ ] Related tests have been updated | ||
|
||
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. --> | ||
To avoid wasting your time, it's best to open a **feature request issue** first and wait for approval before working on it. | ||
|
||
## Other information | ||
**Other information:** |
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
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