Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 371 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (9 loc) · 371 Bytes

Coding

  • Nothing special

Formatting

  • Follow the code style (you can request MCUmbrella to send you his IDEA code formatter settings)

PR tags

  • bugfix: PR to avoid or fix bug(s)
  • feature: PR to add, remove or change feature(s)
  • optimization: PR to improve performance and stability
  • none: PR to fix typo, change other non-code things, or none of the above