|
4 | 4 |
|
5 | 5 | ## Type of change
|
6 | 6 |
|
7 |
| -<!-- Please delete options that are not relevant. --> |
| 7 | +<!-- Please select ONE option that best describes your changes --> |
| 8 | +<!-- Your selection will determine the semantic version bump --> |
8 | 9 |
|
9 |
| -- [ ] Bug fix (non-breaking change which fixes an issue) |
10 |
| -- [ ] New feature (non-breaking change which adds functionality) |
11 |
| -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
12 |
| -- [ ] Internal (changes that do not affect the application's functionality, changes in admin site, documentation improvements, refactor, settings) |
| 10 | +- [ ] 🚨 Breaking change - causes existing functionality to break (triggers MAJOR version bump) |
| 11 | +- [ ] ✨ New feature - adds functionality in a non-breaking way (triggers MINOR version bump) |
| 12 | +- [ ] 🐛 Bug fix - fixes an issue without changing functionality (triggers PATCH version bump) |
| 13 | +- [ ] 🏠 Internal - changes that don't affect external functionality (no version bump) |
| 14 | + (e.g., refactoring, docs, tests, admin site changes) |
13 | 15 |
|
14 |
| -## Checklist: |
| 16 | +## Release Impact |
| 17 | + |
| 18 | +<!-- The following will be automated based on your type of change selection above --> |
| 19 | +- Current version: <!-- e.g., v1.2.3 --> |
| 20 | +- Next version will be: <!-- will be automatically determined --> |
| 21 | + |
| 22 | +## Checklist |
15 | 23 |
|
16 | 24 | - [ ] My code follows the style guidelines
|
17 | 25 | - [ ] My code is tested with 99%+ coverage
|
18 | 26 | - [ ] I have commented my code, particularly in hard-to-understand areas
|
19 | 27 | - [ ] My changes generate no new warnings
|
| 28 | +- [ ] I have updated the documentation to reflect my changes |
| 29 | +- [ ] I have added/updated tests to cover my changes |
| 30 | + |
| 31 | +## Breaking Changes |
| 32 | + |
| 33 | +<!-- If you checked "Breaking change" above, please detail the breaks here --> |
| 34 | +<!-- This will be included in the release notes --> |
| 35 | + |
| 36 | +## Migration Guide |
20 | 37 |
|
| 38 | +<!-- If you checked "Breaking change" above, please provide migration instructions --> |
| 39 | +<!-- This will be included in the release notes --> |
21 | 40 |
|
| 41 | +## Additional Notes |
22 | 42 |
|
23 |
| -## To Do before merging: |
24 |
| -- [ ] If applicable, changes have been merged to the cloud branch |
25 |
| -- [ ] The readme and documentation have been updated |
26 |
| -- [ ] If my changes break or alters current functionality, I have upgraded the SDKs to reflect these changes |
| 43 | +<!-- Any other information that would be helpful to reviewers --> |
0 commit comments