Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 639 Bytes

pull_request_template.md

File metadata and controls

15 lines (12 loc) · 639 Bytes

Type of Change

  • [] 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)

Description of Changes

Screenshots

Checklist

  • [] I have ensured that my code follows the style guidelines of this project
  • [] I have ensured that my repo is up to date with the master branch
  • [] I have checked that there are no open pull requests that might conflict with mine
  • [] I have written new test cases for my core changes, as applicable
  • [] I have updated the Readme, as applicable