Open pbking opened 1 year ago
Some observations from the experience with the Lineup theme (though I doubt it was the theme-specific)
themename-wpcom-versionnumber
themename-wpcom
/inc
that contains updater.php
readme.txt
that contains 41637 lines. It has a record of changes made to something from 2006.Some more observations.
Requires at least
, Tested up to
, and Requires PHP
on the stylesheet.Not sure if we could do anything with the tool, but the hidden git file inside a theme was mentioned to be removed during the theme review in .org.
Currently the theme zip file available to designers (from wpcom) is not "wporg ready".
We have two scripts in this repository that make them ready (this manual one used for initial submission and this one used by our automated process for automatic deployment).
To use the manual one (relevant to this task) this command can be ran from this checked out repository:
Which will create a zip file (
/THEMESLUG/THEMESLUG.zip
) for the theme that can be submitted to wporg for initial review.This task would be considered complete when that process can be automated; potentially from the Theme Launcher.