- Fork this repository
- Create a branch:
git checkout -b feature/your-feature - Make changes and test
- Commit:
git commit -m "feat: description" - Push:
git push origin feature/your-feature - Open a Pull Request
- Follow PEP 8
- Add docstrings to all functions
- Add type hints where possible
- Add/edit
.txtfile inmath_knowledge/ - Follow existing format:
CONCEPT: explanation - Rebuild:
python create_index.py