|
1 | | -<!-- |
2 | | - Please write in English. |
3 | | - Please follow the template, all sections are required. |
4 | | - Consider opening a feature request first to get your change idea approved. |
5 | | ---> |
6 | | - |
7 | 1 | ## Summary |
8 | 2 |
|
9 | | -<!-- |
10 | | -Describe what the change does and why it should be merged. |
11 | | -Provide **before/after** screenshots for any UI changes. |
12 | | ---> |
| 3 | +<!-- Describe what the change does and why it should be merged. Provide **before/after** screenshots for any UI changes. --> |
13 | 4 |
|
14 | 5 | ## Related issue, if any: |
15 | 6 |
|
16 | 7 | <!-- Paste issue's link or number hashtag here. --> |
17 | 8 |
|
18 | 9 | ## What kind of change does this PR introduce? |
19 | 10 |
|
20 | | -<!-- |
21 | | - Copy/paste any of the relevant following options: |
22 | | -
|
23 | | - Bugfix |
24 | | - Feature |
25 | | - Code style update |
26 | | - Refactor |
27 | | - Docs |
28 | | - Build-related changes |
29 | | - Repo settings |
30 | | - Other |
| 11 | +<!-- (Change "[ ]" to "[x]" to check a box.) --> |
31 | 12 |
|
32 | | - If you choose Other, describe it. |
33 | | ---> |
| 13 | +- [ ] Bugfix |
| 14 | +- [ ] Feature |
| 15 | +- [ ] Code style update (formatting, renaming) |
| 16 | +- [ ] Refactoring (no functional changes, no api changes) |
| 17 | +- [ ] Build related changes |
| 18 | +- [ ] Documentation content changes |
| 19 | +- [ ] Other (please describe): |
34 | 20 |
|
35 | 21 | ## For any code change, |
36 | 22 |
|
37 | | -<!-- (Change "[ ]" to "[x]" to check a box.) --> |
38 | | - |
39 | 23 | - [ ] Related documentation has been updated, if needed |
40 | 24 | - [ ] Related tests have been added or updated, if needed |
41 | 25 |
|
42 | 26 | ## Does this PR introduce a breaking change? |
43 | 27 |
|
44 | | -<!-- (pick one) --> |
45 | | - |
46 | | -Yes |
47 | | -No |
48 | | - |
49 | 28 | <!-- If yes, describe the impact and migration path for existing applications. --> |
50 | 29 |
|
| 30 | +- [ ] Yes |
| 31 | +- [ ] No |
| 32 | + |
51 | 33 | ## Tested in the following browsers: |
52 | 34 |
|
53 | 35 | - [ ] Chrome |
|
0 commit comments