Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 976 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

27 lines (19 loc) · 976 Bytes

Description

Fixes # (issue)

// Please include a summary of the change and which issue is fixed. List any dependencies that are required for this change.

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

Checklist:

  • My code follows the code style of this project
  • I have added tests that prove my fix is effective or that my feature works
  • All new and existing tests passed
  • I have updated the documentation accordingly
  • I have checked my code and corrected any misspellings
  • I have performed a self-review of my own code
  • My changes generate no new warnings
  • Type declarations are complete and accurate

Additional Notes

// Add any additional notes, concerns, or context about the pull request here.