We welcome contributions!
git clone https://github.com/SynapseLayer/synapse-layer.git
cd synapse-layer
pip install -e ".[dev]"
pytest- Open a GitHub Issue with clear title and description
- Include: OS, Python version, error message, reproduction steps
- Security issues: See SECURITY.md
- Open a GitHub Discussion
- Describe the use case and expected behavior
- Fork and create a feature branch
- Make your changes and test
- Format:
black . && ruff check . - Commit with clear messages
- Push and open a PR
Be respectful, inclusive, and professional.
By contributing, you agree your work is licensed under Apache 2.0.