Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.04 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

31 lines (20 loc) · 1.04 KB

Description

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

Fixes # (issue)

Type of change

Please delete options that are not relevant.

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

Which area/features are impacted ?

Please describe what behavior may be affected by your code

How can we manually test it ?

Please describe the steps for us to check your changes. Please also list any relevant details for your tests

Checklist:

  • I have performed a self-review of my own code
  • I have written my code in a way that it's self descriptive
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings and may be built with production flag without error
  • I removed all unused comments or code