Skip to content

Latest commit

History

History
15 lines (9 loc) 路 496 Bytes

pull_request_template.md

File metadata and controls

15 lines (9 loc) 路 496 Bytes

馃殌 Pull Request Template

Description

Feature Proposal ...

OR

Fixes a bug where '...' happened when '...'

Checklist

  • Commit messages should follow conventional commits as much as possible. After staging your changes please run npm run commit
  • Lint, TypeScript, Prettier and all tests passing - npm run lint && npm run tsc && npm run test-report
  • Extended the Storybook / README / documentation, if necessary