Contributing to SmartKDB 🤝
We welcome contributions!
Setup
Clone the repo.
Install dependencies:
pip install -r requirements.txt(if any) orpip install fastapi uvicorn.Run tests:
python -m unittest discover tests.
Pull Request Process
Fork the repo.
Create a feature branch.
Submit a PR with a description of changes.
Ensure tests pass.
Code Style
Follow PEP 8.
Use type hints.
Document new features in
docs/.