mirror of
https://github.com/youfoundjk/TeXcore.git
synced 2026-07-22 20:00:23 +00:00
2.8 KiB
2.8 KiB
Description
Type of Change
- Bug fix
- New feature
- Refactor
- Documentation
- Chore / maintenance
Code Quality Checklist (MANDATORY)
Please read and verify you have adhered to all guidelines outlined in CONTRIBUTING.md.
- SOLID, DRY:
- Designed polymorphically where appropriate.
- Kept classes and UI views decoupled.
- Shared reusable helpers instead of copying/pasting logic.
- Documentation Sync:
- Updated corresponding documentation.
- Adhered to the hyperlinked, compact, table-based concise formatting style.
- Code Integrity & Type Safety:
- Ran
pnpm run lintandpnpm run compilelocally and confirmed they pass with 0 errors.
- Ran
- Test Integrity:
- Kept all existing tests completely untouched.
- Added new unit/integration tests for new features.