Skip to content

Latest commit

History

History
14 lines (9 loc) 路 819 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) 路 819 Bytes

Contributing to bimmer_connected

Contributions to bimmer_connected are welcome!

The process is straight-forward.

  • Fork the bimmer_connected git repository.
  • Write the code for your new feature, change or bugfix.
  • Please make sure that your code passes the checks in .github/workflows/test.yml. We currently test against flake8, pylint and our own pytest suite. And please add tests where it makes sense. The more the better.
  • Create a Pull Request against the master branch of bimmer_connected.

Feature suggestions

If you want to suggest a new feature for bimmer_connected, please open one here.