Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 821 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

17 lines (13 loc) · 821 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.

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 👥.