First off, thanks for taking the time to contribute!
- Fork the Repository: Click the 'Fork' button at the top right of this page.
- Clone your Fork:
git clone https://github.com/rebeeh/Face-Mask-Detection-Python.git
- Create a Branch:
git checkout -b feature/AmazingFeature
- Make Changes: Implement your feature or fix.
- Commit Changes:
git commit -m "Add some AmazingFeature" - Push to Branch:
git push origin feature/AmazingFeature
- Open a Pull Request: Submit your changes for review.
- Follow PEP 8 guidelines.
- Use Type Hints for all function headers.
- Add Docstrings to new methods.
Please open an issue on GitHub with:
- Steps to reproduce.
- Expected behavior.
- Actual behavior.