Thank you for your interest in contributing to WP Utility!
- Fork the repository and create your branch from
dev. - Make your changes and ensure they follow WordPress coding standards.
- Test your changes thoroughly.
- Submit a pull request with a clear description of your changes.
# Install dependencies
composer install
# Run tests
composer test
# Check code style
composer lint
# Fix code style issues
composer lint:fix- Follow WordPress PHP Coding Standards
- Use PHP 8.1+ features appropriately
- Write clear, self-documenting code
- Add PHPDoc comments for all functions and classes
- Write tests for new features
- Ensure all existing tests pass
- Run
composer testbefore submitting
- Keep changes focused and atomic
- Write clear commit messages
- Update documentation if needed
- Ensure CI checks pass
Open an issue on GitHub if you have questions or need help.