|
1 | | -## Description |
2 | 1 | <!-- Describe what this PR does --> |
3 | 2 |
|
| 3 | +## Related issues |
| 4 | +<!-- Refer to existing GitHub issues here --> |
| 5 | + |
4 | 6 | ## Type of Change |
5 | 7 | <!-- Check one that best describes this PR --> |
6 | 8 | - [ ] **Add** - New feature or capability |
7 | | -- [ ] **Change** - Changes in existing functionality |
| 9 | +- [ ] **Change** - Changes in existing functionality |
8 | 10 | - [ ] **Fix** - Bug fixes |
9 | 11 | - [ ] **Remove** - Removed features or deprecated functionality |
10 | 12 | - [ ] **Internal** - Internal changes (refactoring, tests, docs, etc.) |
11 | 13 |
|
12 | | -## Related Issues (Optional) |
13 | | -<!-- If applicable, provide GitHub Issue. --> |
14 | | - |
15 | 14 | ## Breaking Changes |
16 | | -- [ ] This PR contains breaking changes |
17 | | - |
18 | | -<!-- If checked above, describe the breaking changes and migration steps --> |
| 15 | +<!-- If checked, describe the breaking changes and migration steps --> |
| 16 | +<!-- Breaking changes are not generally permitted, please discuss on a GitHub discussion or with the development team if you believe you need to break a backward compatibility guarantee --> |
| 17 | +- [ ] **This PR contains breaking changes** |
19 | 18 |
|
20 | 19 | ## Testing |
21 | 20 | <!-- How was this tested? Check all that apply --> |
22 | 21 | - [ ] Unit tests added/updated |
23 | | -- [ ] Integration tests added/updated |
| 22 | +- [ ] Integration tests added/updated |
24 | 23 | - [ ] Manual testing performed |
25 | 24 | - [ ] No testing required (docs, internal refactor, etc.) |
26 | 25 |
|
|
0 commit comments