Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 446 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 446 Bytes

Contributing to Zap

Welcome to the Zap contributing guide.

Development & CI

Auto formatted code with beautysh is required for a pull request to be merged.

Format code:

beautysh ./*.zsh

pre-commit

To add a formatting check on each commit pre-commit can be used.

Install pre-commit:

pip install pre-commit
pre-commit install