Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1.28 KB

CONTRIBUTING.md

File metadata and controls

15 lines (13 loc) · 1.28 KB

Did you find a bug?

Do you intend to add a new feature or change an existing one?

Please open an issue with a high-level description of the change, to request feedback before submitting a pull request

Before submitting a Pull Request

  • Make sure the PR only adds/changes/fixes a single thing
  • Make sure the change does not break the test suite (by running caringcaribou -i <INTERFACE> test)
  • Make sure the code adheres to PEP - 8 (Style Guide for Python Code)
  • Avoid magic numbers in the code when possible
  • Avoid changes that break other users' setups (such as dropping currently supported Python versions or hardcoding values for your favorite ECU)