Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.16 KB

File metadata and controls

46 lines (31 loc) · 1.16 KB

Contributing to OpenCart HTML Cleaner

👍 Thank you for considering contributing!

🐛 Reporting Bugs

Before creating bug reports, please check existing issues. When creating a bug report, include:

  • Clear description of the issue
  • Steps to reproduce
  • Expected vs actual behavior
  • Environment details (PHP, MySQL, OpenCart versions)
  • Screenshots if applicable

💡 Suggesting Features

Feature suggestions are welcome! Please:

  • Check if the feature has already been suggested
  • Provide clear use case
  • Explain why this would be useful

🔧 Pull Requests

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Code Style

  • Follow PSR-12 coding standards for PHP
  • Use meaningful variable names
  • Comment complex logic
  • Keep functions focused and small

📝 Code of Conduct

  • Be respectful and inclusive
  • Accept constructive criticism
  • Focus on what's best for the community

❓ Questions?

Feel free to open a Discussion or Issue if you have questions!