|
1 | | -Please makes sure these boxes are checked before submitting your PR, thank you! |
| 1 | +<!-- Please use English language --> |
| 2 | +<!-- Please don't delete this template --> |
| 3 | + |
| 4 | +<!-- PULL REQUEST TEMPLATE --> |
| 5 | +<!-- (Update "[ ]" to "[x]" to check a box) --> |
| 6 | + |
| 7 | +**Summary** |
| 8 | + |
| 9 | +**What kind of change does this PR introduce?** (check at least one) |
| 10 | + |
| 11 | +- [ ] Bugfix |
| 12 | +- [ ] Feature |
| 13 | +- [ ] Code style update |
| 14 | +- [ ] Refactor |
| 15 | +- [ ] Docs |
| 16 | +- [ ] Build-related changes |
| 17 | +- [ ] Other, please describe: |
| 18 | + |
| 19 | +If changing the UI of default theme, please provide the **before/after** screenshot: |
| 20 | + |
| 21 | +**Does this PR introduce a breaking change?** (check one) |
| 22 | + |
| 23 | +- [ ] Yes |
| 24 | +- [ ] No |
| 25 | + |
| 26 | +If yes, please describe the impact and migration path for existing applications: |
| 27 | + |
| 28 | +**The PR fulfills these requirements:** |
| 29 | + |
| 30 | +- [ ] When resolving a specific issue, it's referenced in the PR's title (e.g. `fix #xxx[,#xxx]`, where "xxx" is the issue number) |
| 31 | + |
| 32 | +You have tested in the following browsers: (Providing a detailed version will be better.) |
| 33 | + |
| 34 | +- [ ] Chrome |
| 35 | +- [ ] Firefox |
| 36 | +- [ ] Safari |
| 37 | +- [ ] Edge |
| 38 | +- [ ] IE |
| 39 | + |
| 40 | +If adding a **new feature**, the PR's description includes: |
| 41 | + |
| 42 | +- [ ] A convincing reason for adding this feature |
| 43 | +- [ ] Related documents have been updated |
| 44 | +- [ ] Related tests have been updated |
| 45 | + |
| 46 | +To avoid wasting your time, it's best to open a **feature request issue** first and wait for approval before working on it. |
| 47 | + |
| 48 | + |
| 49 | +**Other information:** |
| 50 | + |
| 51 | +--- |
2 | 52 |
|
3 | | -* [ ] Make sure you are merging your commits to `master` branch. |
4 | | -* [ ] Add some descriptions and refer relative issues for you PR. |
5 | 53 | * [ ] DO NOT include files inside `lib` directory. |
| 54 | + |
0 commit comments