Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 416 Bytes

pull_request_template.md

File metadata and controls

12 lines (9 loc) · 416 Bytes

Feature/Change Description

Describe changes made here, link to any issue that is addressed

Developer Checklist

  • Updated documentation or README.md
  • If adding new feature(s), added and ran unit tests
  • If create new release, bumped version number
  • Ran npm run style:fix for code style enforcement
  • Ran npm run lint:fix for linting
  • Ran npm audit to discover vulnerabilities