Thanks for your interest in contributing!
git clone https://github.com/singularityjason/lightning-memory
cd lightning-memory
pip install -e ".[dev]"
pytest tests/- Fork the repository
- Create a feature branch (
git checkout -b feature/my-feature) - Make your changes
- Run tests (
pytest tests/) - Commit and push
- Open a Pull Request
Use the bug report template.
- Follow existing patterns in the codebase
- Keep functions focused and small
- Add tests for new functionality