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