Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 596 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

27 lines (16 loc) · 596 Bytes

Description of Change

Describe your changes here.

Bugs Fixed

  • Provide links to bugs here

API Changes

List all API changes here (or just put None), example:

Added:

  • void SomeMethod()

Changed:

  • void SomeMethod() => bool SomeMethod()

Behavioral Changes

Describe any non-bug related behavioral changes that may change how users app behaves when upgrading to this version of the codebase.

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Rebased on top of master at time of PR
  • Changes adhere to coding standard