About this project

This repository is a Git mirror of the WordPress subversion repository, designed to facilitate development and contributions to the WordPress core. It includes all branches and tags from the original source. Key features and development capabilities include: - Local Development Environment: A containerized setup using Docker to quickly deploy a WordPress site with PHP, MySQL, and JavaScript. - Tooling Integration: Uses Node.js and npm for managing JavaScript dependencies and build processes. - Testing Suite: Includes built-in commands to run PHPUnit tests, end-to-end (e2e) tests, and JavaScript QUnit tests. - WP-CLI Support: Integration with the WordPress Command Line Interface for administrative tasks. - Quality Assurance: Support for generating code coverage reports and linting GitHub Actions workflows using Actionlint and Zizmor. - Contribution Workflow: Integrated with GitHub for forking and pull requests, linked to the WordPress Trac ticket system.