Welcome to the Zap contributing guide.
Auto formatted code with beautysh
is required for a pull request to be merged.
Format code:
beautysh ./*.zsh
To add a formatting check on each commit pre-commit can be used.
Install pre-commit
:
pip install pre-commit
pre-commit install