Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 772 Bytes

pull_request_template.md

File metadata and controls

20 lines (20 loc) · 772 Bytes

What does this merge do? Check all that apply.

  • Adds a new feature
  • Improves an existing feature
  • Fixes a bug
  • Cleans up (logs, tests, etc.)

How has this been tested?

Description:

Briefly, but clearly describe what you did, and explain any new code.

Issues:

Are there any concerns, issues, or bugs in this branch? If so describe them.

Where to find Changes:

Files: Methods: line Numbers if possible:

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have used tests to prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my change