1.7 KiB
1.7 KiB
Description of Changes
Checklist
General
- I have read the Contribution Guidelines
- I have read the Stirling-PDF Developer Guide (if applicable)
- I have read the How to add new languages to Stirling-PDF (if applicable)
- I have performed a self-review of my own code
- My changes generate no new warnings
Documentation
- I have updated relevant docs on Stirling-PDF's doc repo (if functionality has heavily changed)
- I have read the section Add New Translation Tags (for new translation tags only)
Translations (if applicable)
UI Changes (if applicable)
- Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR)
Testing (if applicable)
- I have run
task checkto verify linters, typechecks, and tests pass - I have tested my changes locally. Refer to the Testing Guide for more details.