Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (25 loc) · 974 Bytes

pull_request_template.md

File metadata and controls

34 lines (25 loc) · 974 Bytes

Pull Request Template

IMPORTANT: More than anything else, ensure ALL of your code compiles with no errors and that your branch is up-to-date with the latest code in main

What Issues is this PR closing?

Use closing keywords followed by #issue-number to automatically close issues in the issue tracker

  • resolves #
  • close #
  • closes #
  • closed #
  • fix #
  • fixes #
  • fixed #
  • resolve #
  • resolves #
  • resolved #

Provide a brief description of what you did and the purpose

This can be in paragraph form or bullet points

Provide a screenshot or short clip (if applicable) of the results of your changes

Insert screenshot here

Checklist

  • The code compiled and ran on my machine
  • The game was test played and worked as expected
  • The branch is up-to-date with the latest code in main
  • Stated all issues that are being resolved
  • Provided description of the PR
  • Provided screenshot / clip of results (if applicable)