mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
* Add copilot management files * Add AI statements to README and CONTRIBUTING * Add statement to pull request template
23 lines
912 B
Markdown
23 lines
912 B
Markdown
[NOTE]: # ( Describe your changes in detail. Explain large or complex code modifications. )
|
|
[NOTE]: # ( If it fixes an open issue, please add "Fixes #XXX". )
|
|
[NOTE]: # ( If you used Generative AI to write the majority of your code, you must state this. )
|
|
|
|
|
|
## Screenshots
|
|
[NOTE]: # ( Do not include screenshots of your actual database! )
|
|
[TIP]: # ( Use View -> Allow Screen Capture )
|
|
|
|
|
|
## Testing strategy
|
|
[NOTE]: # ( Please describe in detail how you tested your changes. )
|
|
[TIP]: # ( We expect new code to be covered by unit tests and include helpful comments. )
|
|
|
|
|
|
## Type of change
|
|
[NOTE]: # ( Please remove all lines which don't apply. )
|
|
- ✅ Bug fix (non-breaking change that fixes an issue)
|
|
- ✅ New feature (change that adds functionality)
|
|
- ✅ Breaking change (causes existing functionality to change)
|
|
- ✅ Refactor (significant modification to existing code)
|
|
- ✅ Documentation (non-code change)
|