Thanks for your interest in contributing!
- Fork the repository
- Create a feature branch:
git checkout -b feature/amazing-feature - Make your changes
- Run tests:
pytest tests/ - Commit:
git commit -m 'Add amazing feature' - Push:
git push origin feature/amazing-feature - Open a Pull Request
- Add new decision patterns
- Improve detection accuracy
- Add export formats (PDF, HTML, JSON)
- Create web interface
- Add GitHub Actions integration
- Write more tests
- Improve documentation
- Follow PEP 8
- Add docstrings to functions
- Keep functions focused and small