haze / CONTRIBUTION.md
ataeff's picture
Upload 8 files
d775986 verified
# Contributing to Haze
## How to contribute
- Fork the repo
- Create feature branch
- Run tests: python -m unittest discover tests -v
- Submit PR with description
## Code style
- Follow PEP 8
- Add tests for new features
- Update README if needed
## Philosophy
- Keep it minimal and resonant
- No external ML frameworks required
- Make it understandable