File size: 357 Bytes
d775986
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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