Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 643 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

17 lines (12 loc) · 643 Bytes

Description

Resolves #X

Checklist

  • Reviewed the contributing document
  • Rebased on top of master (no merge commits)
  • Ran clang-format v8.0.0 (via make format or the Visual Studio extension)
  • Compiles
  • Ran all tests
  • If change impacts performance, include supporting evidence per the performance document