Conventional Commits format, commit types, scopes, and PR best practices for Trezor Suite. Use when committing code or creating pull requests.
IMPORTANT: This project uses Conventional Commits. All commits MUST follow this format:
<type>(<scope>): <description>
[optional body]
[optional footer]
feat(suite): add transaction history export)fix(components): resolve modal z-index issue)docs: update setup instructions)chore(deps): update eslint)Common scopes: , , , ,
suitesuite-nativeconnectcomponentsanalyticschore: work in progress on feature X) and be prepared to squash before final pushCloses #1234)