Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- PHP 8.2 or higher
- Composer
- WordPress 6.0+ (for testing)
- WP-CLI (optional, for CLI command testing)
git clone https://github.com/php-collective/wp-djot.git
cd wp-djot
composer installcomposer testThis project follows PSR-12 coding standards.
# Check code style
composer cs-check
# Fix code style automatically
composer cs-fixcomposer stan- Follow the existing code style
- Add tests for new features
- Update documentation as needed
- Keep commits focused and atomic
- Write clear commit messages
- Use the GitHub issue tracker
- Include WordPress and PHP version
- Provide steps to reproduce the issue
- Include any error messages
By contributing, you agree that your contributions will be licensed under the MIT License.