|
1 | 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. |
| 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. |
10 | 5 | -->
|
11 | 6 |
|
12 |
| -## **Summary** |
| 7 | +## Summary |
13 | 8 |
|
14 | 9 | <!--
|
15 |
| - THIS IS REQUIRED! Please describe what the change does and why it should be merged. |
| 10 | +Describe what the change does and why it should be merged. |
| 11 | +Provide **before/after** screenshots for any UI changes. |
16 | 12 | -->
|
17 | 13 |
|
18 |
| -<!-- |
19 |
| - If changing the UI in any way, please provide the a **before/after** screenshot: |
20 |
| ---> |
| 14 | +## Related issue, if any: |
21 | 15 |
|
22 |
| -## **What kind of change does this PR introduce?** |
| 16 | +<!-- Paste issue's link or number hashtag here. --> |
23 | 17 |
|
24 |
| -<!-- |
25 |
| - Copy/paste one of the following options: |
26 |
| ---> |
| 18 | +## What kind of change does this PR introduce? |
27 | 19 |
|
28 | 20 | <!--
|
| 21 | + Copy/paste any of the relevant following options: |
| 22 | +
|
29 | 23 | Bugfix
|
30 | 24 | Feature
|
31 | 25 | Code style update
|
|
34 | 28 | Build-related changes
|
35 | 29 | Repo settings
|
36 | 30 | Other
|
37 |
| ---> |
38 | 31 |
|
39 |
| -<!-- |
40 |
| - If you chose Other, please describe. |
| 32 | + If you choose Other, describe it. |
41 | 33 | -->
|
42 | 34 |
|
43 |
| -## **For any code change,** |
| 35 | +## For any code change, |
44 | 36 |
|
45 |
| -- [ ] Related documentation has been updated if needed |
46 |
| -- [ ] Related tests have been updated or tests have been added |
| 37 | +<!-- (Change "[ ]" to "[x]" to check a box.) --> |
47 | 38 |
|
48 |
| -## **Does this PR introduce a breaking change?** (check one) |
| 39 | +- [ ] Related documentation has been updated, if needed |
| 40 | +- [ ] Related tests have been added or updated, if needed |
49 | 41 |
|
50 |
| -- [ ] Yes |
51 |
| -- [ ] No |
| 42 | +## Does this PR introduce a breaking change? (pick one) |
52 | 43 |
|
53 |
| -If yes, please describe the impact and migration path for existing applications: |
| 44 | +Yes |
| 45 | +No |
54 | 46 |
|
55 |
| -## **Related issue, if any:** |
56 |
| - |
57 |
| -<!-- Paste issue's link or number hashtag here. --> |
| 47 | +<!-- If yes, describe the impact and migration path for existing applications. --> |
58 | 48 |
|
59 |
| -## **Tested in the following browsers:** |
| 49 | +## Tested in the following browsers: |
60 | 50 |
|
61 | 51 | - [ ] Chrome
|
62 | 52 | - [ ] Firefox
|
|
0 commit comments