Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 535 Bytes

pull-request-template.md

File metadata and controls

19 lines (13 loc) · 535 Bytes

User Story Name (User Story #)

User Story Goals:

  • my code achieves the goal
  • my code is working on multiple machines
  • what architecture costs does implementing this story entail

Changes:

  • Explain the changes made at a higher level
  • Have dependencies/packages been added?

Checklist:

  • my code follows the style guidelines
  • my changes did not produce any new errors or warnings
  • updated/added documentation and comments to reflect my changes
  • I have added/updated tests for my changes