|
1 |
| -## Pull request checklist |
2 |
| - |
3 |
| -Please check if your PR fulfills the following requirements: |
4 |
| -<!-- These checkboxes can be checked like this: [x] no spaces between the brackets and the x!--> |
5 |
| -- [ ] Docs have been reviewed and added / updated if needed (for bug fixes / features) |
6 |
| -- [ ] Tests have been added that prove the fix is effective or that the feature works. |
7 |
| -- [ ] New and existing tests pass locally with the changes. |
8 |
| -- [ ] Code follows the style guidelines of this project (PEP8, clean code). |
9 |
| -- [ ] Linter has passed locally and any fixes were made for failures. |
10 |
| -- [ ] A self-review of the code has been done. |
11 |
| - |
12 |
| -## Pull request type |
13 |
| - |
14 |
| -<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. --> |
15 |
| - |
16 |
| -Please check the type of change your PR introduces: |
17 |
| -- [ ] Bugfix |
18 |
| -- [ ] Feature |
19 |
| -- [ ] Code style update (formatting, renaming) |
20 |
| -- [ ] Refactoring (no functional changes, no api changes) |
21 |
| -- [ ] Build related changes |
22 |
| -- [ ] Documentation content changes (not tied to bugs/features) |
23 |
| -- [ ] Other (please describe): |
24 |
| - |
25 |
| - |
26 | 1 | ## What is the ticket or issue number?
|
27 | 2 | <!-- Please link to a jira ticket or relevant issue. -->
|
28 | 3 |
|
29 |
| -- Ticket Number: N/A |
30 | 4 |
|
31 |
| -- Issue Number: N/A |
32 | 5 |
|
33 | 6 | ## Pull Request Description
|
34 | 7 | <!-- Please describe the behavior or changes that are being added by this PR. If this is a bug fix please describe the current behavior as well -->
|
35 | 8 |
|
36 |
| -## Does this introduce a breaking change? |
37 | 9 |
|
| 10 | + |
| 11 | +## Does this introduce a breaking change? |
| 12 | +<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. --> |
38 | 13 | - [ ] Yes
|
39 | 14 | - [ ] No
|
40 | 15 |
|
41 |
| -<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. --> |
42 | 16 |
|
43 |
| -## How Has This Been Tested? |
44 | 17 |
|
| 18 | +## How Has This Been Tested? |
45 | 19 | <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration -->
|
46 |
| - |
47 |
| -## Other information: |
48 |
| - |
49 |
| -<!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. --> |
0 commit comments