Contributing¶
Thank you for your interest in contributing to Pixelle-Video!
How to Contribute¶
- Fork the repository
- Create a feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Development Setup¶
# Clone your fork
git clone https://github.com/your-username/Pixelle-Video.git
cd Pixelle-Video
# Install development dependencies
uv sync
# Run tests
pytest
Code Standards¶
- All code and comments in English
- Follow PEP 8 standards
- Add appropriate tests
Submit Issues¶
Having problems or feature suggestions? Please submit at GitHub Issues.
Code of Conduct¶
Please be friendly and respectful. We are committed to fostering an inclusive community environment.