Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 544 Bytes

pull_request_template.md

File metadata and controls

16 lines (11 loc) · 544 Bytes

PR ( Pull Request checklist )

Please make sure the required checklists are done

Types of Changes

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

Required Checklist:

  • I have read the contributing guidelines.
  • My code follows the code style of this project.
  • I have made corresponding changes to the documentation.