mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-06-07 19:59:14 -04:00
1.1 KiB
1.1 KiB
Description
Type of change
- Bug fix (non-breaking change that fixes an issue)
- New feature (non-breaking change that adds functionality)
- Breaking change (fix or feature that changes existing behavior)
- Refactor / internal cleanup
- Documentation
- Other
Related issues
Screenshots / video
Checklist
- My code follows the conventions in CONTRIBUTING.md
- I have tested my changes locally
- New user-facing strings are wrapped in
I18n.tr()with translator context, reusing existing terms where possible - Go changes: ran
make fmt, added/updated tests,make testpasses, andgo mod tidyis clean - QML changes: ran
make lint-qmlwith no new warnings - I have opened a corresponding pull request in dlx-docs to document any new behaviors: https://github.com/AvengeMedia/DankLinux-Docs