Contributing¶
Development guide for zuspec-be-sw.
Setup¶
git clone https://github.com/zuspec/zuspec-be-sw
cd zuspec-be-sw
pip install -e ".[dev]"
pytest
Workflow¶
Fork repository
Create feature branch
Make changes with tests
Run test suite
Submit PR
Code Style¶
Use Black formatting
Add docstrings
Follow PEP 8
PR Requirements¶
Pass CI tests
Include tests
Update docs
Clear commits