Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 700 Bytes

pull_request_template.md

File metadata and controls

27 lines (20 loc) · 700 Bytes

Changes proposed in this pull request:

  • Fixes # [Optional]

Checklist

Implementation

  • Implementation is correct (it performs its intended function).
  • Code is consistent with the framework.
  • Code is properly documented.
  • PR description covers ALL the changes performed.
  • Files changed (update, add, delete) are in the PR's scope (no extra files are included).

Tests

  • New functionality is tested.
  • ALL tests pass with no errors.