Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 624 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

12 lines (10 loc) · 624 Bytes

Description

Checklist

  • Additions/changes follow the current code structure
  • All changes are related to a single topic
  • Demo tested (npm start) to ensure it still functions as expected, and/or
  • New features are demonstrated to the demo (leave checkbox blank if not applicable)
  • Readme/docs are updated
  • npm run lint passes (npm run lint -- --fix will autofix where possible)