mirror of
https://github.com/trezor/trezor-firmware.git
synced 2026-03-10 09:18:29 +01:00
773 B
773 B
Contribute to Trezor Firmware
Please read the general instructions you can find on our wiki.
Your Pull Request should follow these criteria:
- The code is properly tested.
- Tests must pass on CI.
- The code is properly formatted. Use
make style_checkto check the format andmake styleto do the required changes. - The generated files are up-to-date. Use
make genin repository root to make it happen. - Commits must have concise commit messages, we endorse Conventional Commits.
- A changelog entry must be part of the pull request.