mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
1.6 KiB
1.6 KiB
Type of change
- ✅ Bug fix (non-breaking change which fixes an issue)
- ✅ Refactor (significant modification to existing code)
- ✅ New feature (non-breaking change which adds functionality)
- ✅ Breaking change (fix or feature that would cause existing functionality to change)
- ✅ Documentation (non-code change)
Description and Context
Screenshots
Testing strategy
Checklist:
- ✅ I have read the CONTRIBUTING document. [REQUIRED]
- ✅ My code follows the code style of this project. [REQUIRED]
- ✅ All new and existing tests passed. [REQUIRED]
- ✅ I have compiled and verified my code with
-DWITH_ASAN=ON
. [REQUIRED] - ✅ My change requires a change to the documentation, and I have updated it accordingly.
- ✅ I have added tests to cover my changes.