21 lines
395 B
Markdown
21 lines
395 B
Markdown
# Pull Request
|
|
|
|
## Description
|
|
|
|
Please provide a clear description of your changes.
|
|
|
|
## Changes Made
|
|
|
|
<!-- List the main changes in this PR -->
|
|
<!-- Example:
|
|
- Added feature X
|
|
- Fixed bug Y
|
|
- Updated documentation for Z
|
|
-->
|
|
|
|
## Checklist
|
|
|
|
- [ ] I have tested my changes
|
|
- [ ] I have updated relevant documentation
|
|
- [ ] My changes generate no new warnings
|
|
- [ ] I have added tests if applicable
|