youfoundjk_TeXcore/.github/pull_request_template.md
2026-06-04 20:26:28 +02:00

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 lint and pnpm run compile locally and confirmed they pass with 0 errors.
  • Test Integrity:
    • Kept all existing tests completely untouched.
    • Added new unit/integration tests for new features.