Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.3 KB

File metadata and controls

43 lines (29 loc) · 1.3 KB

Contributing to Webcam Face Controller

Thank you for your interest in contributing to the Webcam Face Controller project! We welcome contributions from everyone.

How to Contribute

  1. Fork the repository on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull Request so that we can review your changes

Code Style

  • Follow PEP 8 style guide for Python code
  • Use 4 spaces for indentation
  • Keep lines under 100 characters
  • Write docstrings for all public functions and classes
  • Include type hints for better code clarity

Testing

  • Write tests for new features
  • Ensure all tests pass before submitting a pull request
  • Update documentation when adding new features or changing existing ones

Bug Reports

When reporting bugs, please include:

  1. Steps to reproduce the issue
  2. Expected behavior
  3. Actual behavior
  4. Operating system and Python version
  5. Any error messages or stack traces

Feature Requests

We welcome feature requests! Please open an issue to discuss your idea before starting implementation.

License

By contributing to this project, you agree that your contributions will be licensed under the project's MIT License.