Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 634 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

22 lines (15 loc) · 634 Bytes

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.

Related Issue

Closes #[issue number]

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Other (please specify):

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that my code is not breaking any existing tests