Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 850 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

29 lines (20 loc) · 850 Bytes

Description

Please explain the changes you made here.

Types of changes

What types of changes does your code introduce to Arctic Engine? Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Where has this been tested?

Platform: …

Operating System: …

Checklist

Is your pull request really good? Put an x in the boxes that apply

  • Code compiles correctly, no warnings
  • Code linting checks passing
  • Created tests which fail without the change (if possible)
  • All tests passing
  • Extended the README / documentation, if necessary
  • Added myself / the copyright holder to the AUTHORS file