Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.78 KB

pull_request_template.md

File metadata and controls

46 lines (34 loc) · 1.78 KB

Pull Request Template

Description

A clear and concise description of what this pull request does. Please include the purpose and details of the changes being made.

Related Issue

If this PR is related to an open issue, please provide a link to the issue here.

Closes # (issue)

Changes Made

List out the specific changes made in this pull request:

  • Changed X to Y...
  • Refactored Z...

Type of Change

Select the type of change made with this pull request:

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Screenshots (if applicable)

Add screenshots, if necessary, to illustrate changes made to the UI or visual elements.

How Has This Been Tested?

Explain how the changes have been tested. Include testing framework details, if any, and how the results can be reproduced.

  • Tested with unit tests
  • Manually tested on local environment

Checklist

Check off the following items before submitting the pull request:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my 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
  • Any dependent changes have been merged and published in downstream modules

Additional Context

Provide any additional context or information that might be useful for the reviewers.