|
| 1 | +## Description |
| 2 | + |
| 3 | +<!-- Provide a brief description of the changes in this PR --> |
| 4 | + |
| 5 | +## Type of Change |
| 6 | + |
| 7 | +<!-- Mark the relevant option with an "x" --> |
| 8 | + |
| 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 | +- [ ] Documentation update |
| 13 | +- [ ] Code refactoring |
| 14 | +- [ ] Performance improvement |
| 15 | +- [ ] Test coverage improvement |
| 16 | +- [ ] Dependency update |
| 17 | + |
| 18 | +## Related Issues |
| 19 | + |
| 20 | +<!-- Link to related issues using #issue_number --> |
| 21 | + |
| 22 | +Fixes # |
| 23 | +Relates to # |
| 24 | + |
| 25 | +## Changes Made |
| 26 | + |
| 27 | +<!-- Provide a detailed list of changes --> |
| 28 | + |
| 29 | +- |
| 30 | +- |
| 31 | +- |
| 32 | + |
| 33 | +## Testing Performed |
| 34 | + |
| 35 | +<!-- Describe the testing you performed to verify your changes --> |
| 36 | + |
| 37 | +- [ ] Tested manually in VS Code |
| 38 | +- [ ] Added/updated unit tests |
| 39 | +- [ ] All existing tests pass |
| 40 | +- [ ] Tested with multiple languages |
| 41 | +- [ ] Tested on different operating systems (Windows/macOS/Linux) |
| 42 | + |
| 43 | +## Screenshots/Recordings |
| 44 | + |
| 45 | +<!-- If applicable, add screenshots or GIFs demonstrating the changes --> |
| 46 | + |
| 47 | +## Checklist |
| 48 | + |
| 49 | +- [ ] My code follows the project's [commit conventions](COMMIT_CONVENTION.md) |
| 50 | +- [ ] I have performed a self-review of my code |
| 51 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 52 | +- [ ] I have updated the documentation accordingly |
| 53 | +- [ ] My changes generate no new warnings or errors |
| 54 | +- [ ] I have added tests that prove my fix is effective or that my feature works |
| 55 | +- [ ] New and existing unit tests pass locally with my changes |
| 56 | +- [ ] I have updated the CHANGELOG.md file |
| 57 | +- [ ] Any dependent changes have been merged and published |
| 58 | + |
| 59 | +## Language Support |
| 60 | + |
| 61 | +<!-- If your changes affect language support or translations --> |
| 62 | + |
| 63 | +- [ ] Added/updated translations for all supported languages |
| 64 | +- [ ] Verified message keys exist in messageReference.ts |
| 65 | +- [ ] Tested fallback to English for missing translations |
| 66 | + |
| 67 | +## Additional Context |
| 68 | + |
| 69 | +<!-- Add any other context about the pull request here --> |
0 commit comments