Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1020 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

22 lines (17 loc) · 1020 Bytes

Provide a general summary of your changes

Description

Describe your changes in detail

Motivation and Context

Why is this change required? What problem does it solve? If it fixes an open issue, please link to the issue here.

How Has This Been Tested?

Please describe in detail how you tested your changes.

Types of changes

  • 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 change)

Checklist:

  • My code follows the code style of this project 🍻.
  • My change requires a change to the documentation 💡 and I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document 👥.
  • I have added tests to cover my changes 🎉.
  • All new and existing tests passed ✅.