|
1 | 1 | GitHub Issue: # |
2 | | -<!-- Link to relevant GitHub issue if applicable. |
3 | | - All PRs should be associated with an issue --> |
4 | 2 |
|
5 | 3 | ## Proposed Changes |
6 | | -<!-- Please un-comment one ore more that apply to this PR --> |
7 | | - |
8 | | -<!-- - Bug fix --> |
9 | | -<!-- - Feature --> |
10 | | -<!-- - Code style update (formatting) --> |
11 | | -<!-- - Refactoring (no functional changes, no api changes) --> |
12 | | -<!-- - Build or CI related changes --> |
13 | | -<!-- - Documentation content changes --> |
14 | | -<!-- - Other, please describe: --> |
15 | | - |
16 | | - |
17 | | -## What is the current behavior? |
18 | | -<!-- Please describe the current behavior that you are modifying, |
19 | | - or link to a relevant issue. --> |
20 | | - |
21 | | - |
22 | | -## What is the new behavior? |
23 | | -<!-- Please describe the new behavior after your modifications. --> |
24 | | - |
25 | | - |
26 | | -## Checklist |
27 | | - |
28 | | -Please check if your PR fulfills the following requirements: |
29 | | - |
30 | | -- [ ] Documentation has been added/updated |
31 | | -- [ ] Automated Unit / Integration tests for the changes have been added/updated |
32 | | -- [ ] Contains **NO** breaking changes |
33 | | -- [ ] Updated the Changelog |
34 | | -- [ ] Associated with an issue |
35 | | - |
36 | | -<!-- If this PR contains a breaking change, please describe the impact |
37 | | - and migration path for existing applications below. --> |
38 | | - |
| 4 | +<!-- Please check one or more that apply to this PR. --> |
| 5 | + |
| 6 | + - [ ] Bug fix |
| 7 | + - [ ] Feature |
| 8 | + - [ ] Code style update (formatting) |
| 9 | + - [ ] Refactoring (no functional changes, no api changes) |
| 10 | + - [ ] Build or CI related changes |
| 11 | + - [ ] Documentation content changes |
| 12 | + - [ ] Other, please describe: |
| 13 | + |
| 14 | +## Description |
| 15 | + |
| 16 | +<!-- Please describe the changes that this PR introduces. --> |
| 17 | + |
| 18 | + |
| 19 | +## Impact on version |
| 20 | +<!-- Please select one or more based on your commits. --> |
| 21 | + |
| 22 | +- [ ] **Major** (Public API was modified.) |
| 23 | + - Public constructs (class, struct, delegate, enum, etc.) were removed or renamed. |
| 24 | + - Public members were removed or renamed. |
| 25 | + - Public method signatures were changed or renamed. |
| 26 | +- [ ] **Minor** (Public API was extended.) |
| 27 | + - Public constructs, members, or overloads were added. |
| 28 | +- [ ] **Patch** (Public API was unchanged.) |
| 29 | + - A bug in behavior was fixed. |
| 30 | + - Documentation was changed. |
| 31 | +- [ ] **None** (The library is unchanged.) |
| 32 | + - Only code under the `build` folder was changed. |
| 33 | + - Only code under the `.github` folder was changed. |
| 34 | + |
| 35 | +## PR Checklist |
| 36 | + |
| 37 | +- [ ] Your conventional commits are aligned with the **Impact on version** section. |
| 38 | +- [ ] Documentation is up to date. |
| 39 | + - Content of `README.md` is up to date. |
| 40 | + - XML documentation is up to date. |
| 41 | +- [ ] The [BREAKING_CHANGES.md](../BREAKING_CHANGES.md) document is up to date. |
| 42 | + - Create a new Major.0.0 header if you do a **Major** change and list the breaking changes. |
| 43 | +- [ ] Tested on all relevant platforms |
39 | 44 |
|
40 | 45 | ## Other information |
| 46 | + |
41 | 47 | <!-- Please provide any additional information if necessary --> |
42 | 48 |
|
| 49 | +## Internal Issue (If applicable): |
| 50 | +<!-- Link to relevant internal issue if applicable. All PRs should be associated with an issue (GitHub issue or internal) --> |
0 commit comments