👍 Thank you for considering contributing!
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
Feature suggestions are welcome! Please:
- Check if the feature has already been suggested
- Provide clear use case
- Explain why this would be useful
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
- Follow PSR-12 coding standards for PHP
- Use meaningful variable names
- Comment complex logic
- Keep functions focused and small
- Be respectful and inclusive
- Accept constructive criticism
- Focus on what's best for the community
Feel free to open a Discussion or Issue if you have questions!