Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 910 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

22 lines (15 loc) · 910 Bytes

Description

Please include a summary of the change and reference any issues that this pull request fixes or addresses by using keywords (e.g., Fixes #123).

Type of Change

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

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Include any instructions so we can reproduce. List any relevant details for your test configuration.

Checklist

  • My code follows the organization's style guidelines.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have added tests that prove my fix is effective or that my feature works.