Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.31 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

43 lines (27 loc) · 1.31 KB

Pull Request Title

Description

Please include a summary of the changes and the related issue(s) (if any). Highlight the main features, bug fixes, or improvements introduced by this PR.

  • What has changed?
    • New feature
    • Bug fix
    • Documentation update
    • Other (describe)

Related Issue(s)

Please link the related issue(s) that this pull request addresses.

Fixes # (issue)

Changes Checklist

Please ensure your PR meets the following criteria:

  • My code follows the style guidelines of this project.
  • I have performed a self-review of my code.
  • I have commented on my code, particularly in hard-to-understand areas.
  • 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.
  • I have updated the documentation (if applicable).

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions to reproduce the testing scenarios if necessary.

  • Test A
  • Test B

Screenshots (if applicable)

If your changes involve visual updates, please add screenshots to help explain your work.

Additional Comments

Add any additional information or context that might be important for the reviewer to know about your pull request.