| name | Pull Request |
|---|---|
| about | Propose a change to the project |
| title | |
| labels | |
| assignees |
Please create an issue to discuss the proposed changes before sending a pull request.
A brief description of the changes in this pull request. What is the purpose of this PR? What issue does it fix?
Fixes # (issue)
Provide a more detailed description of the changes. This can include:
- The approach taken to solve the problem.
- Any technical details that are relevant to the review.
- Before and after screenshots (if applicable).
Please describe the tests that you ran to verify your changes. For example:
- I have added unit tests for the new functionality.
- I have run the existing test suite and all tests pass.
- I have manually tested the changes in the following way: ...