---
name: Pull request
about: Submit code changes for review
title: "[PR] Brief description of changes"
labels: ""
assignees: ""
---

## Related issue
<!-- Link the issue this PR addresses. Example: Fixes #123 -->
Fixes #

## Type of change
- [ ] 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
- [ ] Refactoring (no functional changes)

## Description
<!-- Provide a clear and concise description of what this PR does. Why is it needed? -->

## How has this been tested?
<!-- Describe the tests you ran to verify your changes. -->
- [ ] Unit tests
- [ ] Integration tests
- [ ] Manual tests

## Screenshots (if appropriate)
<!-- Add screenshots to help explain your changes, especially for UI changes. -->

## 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

## Additional context
<!-- Add any other context about the pull request here. -->