Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 905 Bytes

pull_request_template.md

File metadata and controls

32 lines (20 loc) · 905 Bytes

Summary

Changes Made

  • Change 1
  • Change 2
  • Change 3

Related Issues

  • Issue 1: #ISSUE_ID

Screenshots (if applicable)

Checklist

  • I have performed a self-review of my code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • I have made corresponding changes to the documentation (if applicable).
  • My changes generate no new warnings or errors.