Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 959 Bytes

File metadata and controls

36 lines (31 loc) · 959 Bytes

Contributing to Face Mask Detection System

First off, thanks for taking the time to contribute!

How to Contribute

  1. Fork the Repository: Click the 'Fork' button at the top right of this page.
  2. Clone your Fork:
    git clone https://github.com/rebeeh/Face-Mask-Detection-Python.git
  3. Create a Branch:
    git checkout -b feature/AmazingFeature
  4. Make Changes: Implement your feature or fix.
  5. Commit Changes:
    git commit -m "Add some AmazingFeature"
  6. Push to Branch:
    git push origin feature/AmazingFeature
  7. Open a Pull Request: Submit your changes for review.

Code Style

  • Follow PEP 8 guidelines.
  • Use Type Hints for all function headers.
  • Add Docstrings to new methods.

Reporting Bugs

Please open an issue on GitHub with:

  • Steps to reproduce.
  • Expected behavior.
  • Actual behavior.