Thank you for your interest in contributing to TouchLess! 🎉
If you find a bug, please open an issue with:
- Clear description of the problem
- Steps to reproduce
- Expected vs actual behavior
- System information (OS, Python version, etc.)
We welcome feature suggestions! Please open an issue describing:
- The feature you'd like to see
- Why it would be useful
- How it might work
- Fork the repository
- Create a feature branch (
git checkout -b feature/your-feature) - Make your changes
- Test thoroughly
- Commit with clear messages (
git commit -m 'Add feature X') - Push to your fork (
git push origin feature/your-feature) - Open a Pull Request
- Follow PEP 8 Python style guide
- Add docstrings to functions and classes
- Keep functions focused and modular
- Add comments for complex logic
Before submitting:
- Test on your system
- Ensure no errors or warnings
- Test different gestures and scenarios
Thank you for contributing! 🙏