Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 626 Bytes

pull_request_template.md

File metadata and controls

18 lines (15 loc) · 626 Bytes

Description:

Please provide details for the change or fix:

  • (For changes or new functionality) Detail the motivation/use-case behind the change and any context required to understand it.
  • (For fixes) Describe the bug/problem being fixed.
  • (If appropriate) Link to any associated issues.

Checklist:

The pull request:

  • Is created against the Dev branch
  • Is self-contained
  • Compiles on Windows, OSX and Linux
  • Has accompanying tests
  • Passes existing tests
  • Keeps Windows, OSX and Linux at parity
  • Follows the code style
  • Includes documentation