pull_request_template.md
July 10, 2025 ยท View on GitHub
๐ 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