Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 711 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 711 Bytes

Contibuting

If you would like to contribute, feel free to report issues, start new discussions, or create pull requests.

In general we recommend using our pre-commit hook which enforce the linter rules we use:

python3 -m pip install -U pre-commit
pre-commit install

In addition, please note we prefer using ' for strings instead of ".

If you're having any troubles, You can also contact us on Discord:

https://discord.gg/52mZGC3JXJ

If you are lacking knowledge in how the different communication protocols work together, or how the project is structured in design-form, you are advised to read:

Understanding iDevice protocol layers