Contributing to dytr
How to Contribute
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to branch (
git push origin feature/amazing-feature) - Open a Pull Request
Pull Request Process
- Ensure your code passes all tests
- Update documentation if needed
- PR will be merged after approval
Development Setup
git clone https://github.com/AAlsubari/dytr.git
cd dytr
pip install -e .[dev]