86 lines
2.5 KiB
Plaintext
86 lines
2.5 KiB
Plaintext
<!--
|
|
Copyright (C) 2026 Moko Consulting <hello@mokoconsulting.tech>
|
|
|
|
This file is part of a Moko Consulting project.
|
|
|
|
SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation; either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
-->
|
|
|
|
# Pull Request
|
|
|
|
## Description
|
|
|
|
Please include a summary of the changes and the related issue. Include relevant motivation and context.
|
|
|
|
Fixes # (issue)
|
|
|
|
## Type of Change
|
|
|
|
Please delete options that are not relevant.
|
|
|
|
- [ ] Bug fix (non-breaking change which fixes an issue)
|
|
- [ ] New feature (non-breaking change which adds functionality)
|
|
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
|
- [ ] Documentation update
|
|
- [ ] Performance improvement
|
|
- [ ] Code refactoring
|
|
- [ ] CI/CD improvement
|
|
- [ ] Dependency update
|
|
|
|
## How Has This Been Tested?
|
|
|
|
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
|
|
|
|
- [ ] Test A
|
|
- [ ] Test B
|
|
|
|
**Test Configuration**:
|
|
- OS:
|
|
- Version:
|
|
- Other relevant configuration:
|
|
|
|
## Checklist
|
|
|
|
- [ ] My code follows the style guidelines of this project
|
|
- [ ] I have performed a self-review of my own code
|
|
- [ ] I have commented my code, particularly in hard-to-understand areas
|
|
- [ ] I have made corresponding changes to the documentation
|
|
- [ ] My changes generate no new warnings
|
|
- [ ] I have added tests that prove my fix is effective or that my feature works
|
|
- [ ] New and existing unit tests pass locally with my changes
|
|
- [ ] Any dependent changes have been merged and published in downstream modules
|
|
- [ ] I have checked my code and corrected any misspellings
|
|
- [ ] I have updated the CHANGELOG.md file
|
|
- [ ] All file headers are present and correct
|
|
|
|
## Breaking Changes
|
|
|
|
Does this PR introduce any breaking changes? If yes, please describe the impact and migration path:
|
|
|
|
## Screenshots (if applicable)
|
|
|
|
Add screenshots to help explain your changes.
|
|
|
|
## Additional Context
|
|
|
|
Add any other context about the pull request here.
|
|
|
|
## Related Issues/PRs
|
|
|
|
- Related to #
|
|
- Depends on #
|
|
- Blocks #
|