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 againstflake8
,pylint
and our ownpytest
suite. And please add tests where it makes sense. The more the better. - Create a Pull Request against the master branch of bimmer_connected.
If you want to suggest a new feature for bimmer_connected, please open one here.