Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 548 Bytes

pull_request_template.md

File metadata and controls

24 lines (16 loc) · 548 Bytes

Description

Add description of your PR

Closes issue(s)

Testing

Screenshots

Changes include

  • Bugfix (non-breaking change that solves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (change that is not backwards-compatible and/or changes current functionality)

Checklist

  • I have written tests for this code (happy & sad)
  • I have updated the Readme
  • I ran rubocop and fixed issues
  • I ran full test suite - all tests passing

Other comments