1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 02:19:21 +00:00
trezor-firmware/docs/CONTRIBUTING.md
2019-01-19 16:06:13 +01:00

801 B

Contribute to Trezor Core

Please read the general instructions you can find on our wiki.

In this repository your Pull request should follow these criteria:

  • The code is properly tested.
  • Tests must pass on CI.
  • The code is properly formatted. The make command make style checks if it is so and you can use make black and make isort to make it happen.
  • Commits must have concise commit messages, the imperative mood is preferred (rationale).
  • Multiple commits per PR are allowed, but please do not use reverts etc. - use interactive rebase. Do not use merge (e.g. merge trezor/master into...). Again, use rebase.