Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 853 Bytes

pull_request_template.md

File metadata and controls

26 lines (18 loc) · 853 Bytes

Briefly describe your changes:

Jira issue number and link:

Type of change:

  • 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 not work as expected)
  • This change requires a documentation update

Please answer the following:

1. What is the current behavior? If the feature did not exist, please say so.

2. What is the new behavior?

3. What tests did you run?

Checklist before requesting a review

  • I have performed a self-review of my code.
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have added tests for my code.
  • I have resolved all merge conflicts.