This is a duplicate of the WordPress/Gutenberg repository containing a built version of the plugin.
You are currently viewing the version build from the source:
- Branch:
trunk
- Commit: WordPress/Gutenberg@
7c0ca4cce8
, Browse files
Note
This readme file has replaced the original version included in the upstream repository.
The original README.md
file file for this commit can be found in the upstream repository.
The purpose of this repository is to allow developers to run git bisect
without the need to re-install NPM packages and build the repository on each checkout. The source commit is included in the commit messages of this repository.
The process becomes:
- Clone this repository to a WordPress install's plugins directory
- Activate the plugin
- Run
git bisect
following the instructions in the git bisect documentation. The documentation includes some examples. - Once you find the commit in which the bug was introduced, review the commit message for the original commit in the Gutenberg repository.
This repository contains built versions of Gutenberg from June 13, 2024 onwards. It includes:
trunk
-- from the source commit WordPress/Gutenberg@91084bf913
onwards- Gutenberg plugin release branches from Gutenberg 18.6 upwards
- WordPress release branches from WordPress 6.7 upwards
No pull requests or issues will be accepted in this repository.
As a duplicate of the source Gutenberg repository, issues and pull requests should be logged at the source:
Please review the upstream contribution guide for further details on contributing to Gutenberg.
For bugs and enhancement requests in WordPress Core, please visit the WordPress-Develop issue tracker.