Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 961 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

20 lines (15 loc) · 961 Bytes

Description

Please include a summary of the changes and the related issue. Please also include relevant motivation and context, including:

  • What does this PR do?
  • Why are these changes needed?
  • How were these changes implemented and what do they affect?

Use Github semantic linking to address any open issues this PR relates to or closes.

Fixes #<issue number, if applicable>

Checklist:

  • I have read the contributing guidelines.
  • My PR title matches the Conventional Commits spec.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.