pull_request_template.md
December 2, 2025 ยท View on GitHub
Overview
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)
Details
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).
Testing
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: ...