Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 371 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

18 lines (12 loc) · 371 Bytes

Purpose

Briefly describe the purpose of the pull request.

Overview

Describe the list of work you have done in this pull request.

Example:

  • Add something
  • Remove other things

Checklist

  • Code compiles correctly
  • Created tests which fail without the change (if possible)
  • All tests passing
  • Extended the README / documentation, if necessary