Contributing
Contributions are welcome! Please read this guide before submitting a Pull Request.
Areas of Contribution
- 🔬 New skills for scientific validation
- 📊 Visualization improvements
- 🧪 Additional test cases
- 📖 Documentation and tutorials
- 🌐 Translation improvements
Workflow
- Fork the repository
- Create a branch:
git checkout -b feature/my-contribution - Make your changes
- Run tests:
pytest tests/ - Submit a Pull Request
Code Standards
- Python 3.11 compatible
- Type annotations where possible
- Docstrings for all public functions
- Tests for new skills in
tests/
Full Guidelines
See CONTRIBUTING.md in the repository.