Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.12 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

33 lines (27 loc) · 1.12 KB
name about title labels assignees
Pull Request
Add or update code in this project
[PR]
enhancement

Description

A clear and concise description of what this pull request does.

Type of Change

  • Bug fix (non-breaking change fixing an issue)
  • New feature (non-breaking change adding functionality)
  • Breaking change (fix or feature that would break existing functionality)
  • Documentation update
  • Other (please describe):

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details about your test configuration.

Checklist

  • I have performed a self-review of my own code.
  • I have commented my code where necessary.
  • I have made corresponding changes to the documentation (if applicable).
  • My changes do not generate new warnings or errors.
  • I have tested this code.

Related Issues

If this pull request addresses an open issue, please link it here: #<issue_number>

Additional Context

Add any additional context or screenshots about the pull request here.