Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 681 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

17 lines (13 loc) · 681 Bytes

Reasons for making this change

[Please describe them here]

If this is related to existing tickets, include links to them as well.

Checklist

  • I'm updating documentation
    • I've checked the rendering of the Markdown text I've added
    • If I'm adding a new section, I've updated the Table of Content
  • I'm adding or updating code
    • I've added and/or updated tests
    • I've updated docs if needed
    • I've run npm run cs-format on my branch to conform my code to prettier coding style
  • I'm adding a new feature
    • I've updated the playground with an example use of the feature