|
1 | | -<!-- Please use English language --> |
2 | | -<!-- Please don't delete this template --> |
| 1 | +<!-- |
| 2 | + PULL REQUEST TEMPLATE |
| 3 | + --- |
| 4 | + Please use English language |
| 5 | + Please don't delete this template |
| 6 | + --- |
| 7 | + Update "[ ]" to "[x]" to check a box in any list below. |
| 8 | + --- |
| 9 | + To avoid wasting your time, it's best to open a **feature request issue** first and wait for approval before working on it. |
| 10 | +--> |
3 | 11 |
|
4 | | -<!-- PULL REQUEST TEMPLATE --> |
5 | | -<!-- (Update "[ ]" to "[x]" to check a box) --> |
| 12 | +## **Summary** |
6 | 13 |
|
7 | | -**Summary** |
| 14 | +<!-- |
| 15 | + THIS IS REQUIRED! Please describe what the change does and why it should be merged. |
| 16 | +--> |
8 | 17 |
|
9 | | -**What kind of change does this PR introduce?** (check at least one) |
| 18 | +<!-- |
| 19 | + If changing the UI in any way, please provide the a **before/after** screenshot: |
| 20 | +--> |
10 | 21 |
|
11 | | -- [ ] Bugfix |
12 | | -- [ ] Feature |
13 | | -- [ ] Code style update |
14 | | -- [ ] Refactor |
15 | | -- [ ] Docs |
16 | | -- [ ] Build-related changes |
17 | | -- [ ] Repo settings |
18 | | -- [ ] Other, please describe: |
| 22 | +## **What kind of change does this PR introduce?** |
19 | 23 |
|
20 | | -If changing the UI of default theme, please provide the **before/after** screenshot: |
| 24 | +<!-- |
| 25 | + Copy/paste one of the following options: |
| 26 | +--> |
21 | 27 |
|
22 | | -**Does this PR introduce a breaking change?** (check one) |
| 28 | +<!-- |
| 29 | + Bugfix |
| 30 | + Feature |
| 31 | + Code style update |
| 32 | + Refactor |
| 33 | + Docs |
| 34 | + Build-related changes |
| 35 | + Repo settings |
| 36 | + Other |
| 37 | +--> |
| 38 | + |
| 39 | +<!-- |
| 40 | + If you chose Other, please describe. |
| 41 | +--> |
| 42 | + |
| 43 | +## **For any code change,** |
| 44 | + |
| 45 | +- [ ] Related documentation has been updated if needed |
| 46 | +- [ ] Related tests have been updated or tests have been added |
| 47 | + |
| 48 | +## **Does this PR introduce a breaking change?** (check one) |
23 | 49 |
|
24 | 50 | - [ ] Yes |
25 | 51 | - [ ] No |
26 | 52 |
|
27 | 53 | If yes, please describe the impact and migration path for existing applications: |
28 | 54 |
|
29 | | -**The PR fulfills these requirements:** |
| 55 | +## **Related issue, if any:** |
30 | 56 |
|
31 | | -- [ ] When resolving a specific issue, it's referenced in the PR's title (e.g. `fix #xxx[,#xxx]`, where "xxx" is the issue number) |
| 57 | +<!-- Paste issue's link or number hashtag here. --> |
32 | 58 |
|
33 | | -You have tested in the following browsers: (Providing a detailed version will be better.) |
| 59 | +## **Tested in the following browsers:** |
34 | 60 |
|
35 | 61 | - [ ] Chrome |
36 | 62 | - [ ] Firefox |
37 | 63 | - [ ] Safari |
38 | 64 | - [ ] Edge |
39 | 65 | - [ ] IE |
40 | | - |
41 | | -If adding a **new feature**, the PR's description includes: |
42 | | - |
43 | | -- [ ] A convincing reason for adding this feature |
44 | | -- [ ] Related documents have been updated |
45 | | -- [ ] Related tests have been updated |
46 | | - |
47 | | -To avoid wasting your time, it's best to open a **feature request issue** first and wait for approval before working on it. |
|
0 commit comments