Thank you for your interest in contributing to Design2Web!
git clone https://github.com/Lumi-node/design2web.git
cd design2web
pip install -e ".[dev]"pytest tests/- Follow PEP 8 conventions
- Add type hints to all function signatures
- Write docstrings (Google style) for public functions
- Include unit tests for new functionality
- Fork the repository
- Create a feature branch (
git checkout -b feature/your-feature) - Make your changes with tests
- Run the test suite:
pytest tests/ - Commit with a descriptive message
- Push and open a Pull Request
Please include:
- Description of the problem
- Steps to reproduce
- Expected vs actual behavior
- Python version and OS