Files

45 lines
1.5 KiB
Markdown

# Description
## What does this PR do?
A clear and concise description of what this PR changes.
## Related Issues
Fixes #(issue number)
Closes #(issue number)
## 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 would cause existing functionality to not work as expected)
- [ ] Documentation update
- [ ] Code refactoring (no functional changes)
- [ ] Performance improvement
- [ ] Test addition or update
## How Has This Been Tested?
Describe the tests you ran and how to reproduce them.
- [ ] Manual testing (describe steps)
- [ ] Unit tests added/updated
- [ ] Integration tests added/updated
- [ ] Tested on different environments (list them)
## Checklist
- [ ] My code follows the project's style guidelines
- [ ] I have performed a self-review of my 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 or errors
- [ ] I have added tests that prove my fix/feature works
- [ ] New and existing tests pass locally with my changes
- [ ] Any dependent changes have been merged and published
## Screenshots (if applicable)
Add screenshots to help explain your changes.
## Additional Notes
Any additional information that reviewers should know.
## Breaking Changes (if applicable)
List any breaking changes and migration steps required.