Vicente Canales
Vicente Canales
#### Changes proposed in this Pull Request: Running `npm i` after `nvm use` downgrades the saved `lockfileVersion` to 2. The lockfile requirement is set to [`lockfile-version = 3` on .npmrc.](https://github.com/Automattic/themes/blob/trunk/.npmrc#L2)...
This adds a `--recreate-db` option to remove the need for user input when running the script for confirming database recreation, helpful when it is run in a CI context, such...
To facilitate future improvements to the codebase, this proposes configuring PHPUnit to be able to write tests for the plugin. This was created using `wp scaffold plugin-test`, plus some modifications...
A Jazz-inspired theme by @henriqueiamarino
I find myself having to stop my Gutenberg environment, which uses the default port, when working on both at around the same time. This change should make it easier to...
## What? Specify minimum minor version of node on .nvmrc to match the `engine` specified on package.json. ## Why? If I have previously installed a lower node version than what's...
This proposes using an external copy of the preview themes workflow, which will allow us to run it on `pull_request_target` safely, since the code for the workflow itself lives outside...
Proposes adding a warning for logged-in users when navigating to a page or post rendered through an empty template. The warning explains why the website's visitors might encounter a blank...
### Quick summary The dotOrg deployment script has started failing a few weeks back, when ran from `trunk` automatically. It seems to be related to a few themes, although it...