Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.01 KB

File metadata and controls

32 lines (20 loc) · 1.01 KB

Overview

One sentence, high-level explanation of WHY changes are introduced and/or business need

Description

  • what/WHY/how these changes are needed.

  • Architectural changes: Focus on high-level concepts programmers of any language can understand AND specifics of this implementation.

  • Did you use any design patterns or best practices? (single responsibility, inheritance, command pattern)

  • Animated GIF via LICEcap or similar

Documentation

  • Does the README need to be updated?
  • Do customer docs need to beg updated?
  • Did you create any documentation related to this work?

Describe your testing approach

  • Happy/sad paths, Edge cases, Bad inputs
  • Explanation of manual testing with any TS screenshots
  • Or, an explanation of why this change does not need tests

Performance

  • How do you expect this PR to affect performance?

Additional Details

  • any follow up tickets or discussion
  • Any specific merge / deploy details