You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/CONTRIBUTING.md

885 B

Contribute to Trezor Firmware

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_check checks if it is so and you can use make style to make it happen.
  • Generated files are up-to-date. Use make gen in repository root 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.