Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 926 Bytes

PR_TEMPLATE.md

File metadata and controls

26 lines (19 loc) · 926 Bytes

What's this PR do?

Where should the reviewer start?

How should this be manually tested?

Any background context you want to provide?

What ticket or issue # does this fix?

Screenshots (if appropriate)

What gif best describes this PR or how it makes you feel?

Definition of Done (check if you've addressed item or if item doesn't apply):

  • Does this contain breaking changes? If so, did you update release-notes.md?
  • Did you bump the version number?
    • Major
    • Minor
    • Path
  • Is there appropriate unit test coverage?
  • Does this PR require a regression test? All fixes require a regression test.
  • Does this add new dependencies?
  • Will this feature require a new piece of infrastructure be implemented?
  • Did you update the documentation per these changes?
  • If you added a new component, did you add an example in /examples?