Problem/Motivation
Default Admin should be marked beta. Most of the work remaining is reducing technical debt. Releasing the theme as experimental earlier would allow us to get more early testing on it before Drupal 12 where we are planning to remove Claro.
Proposed resolution
Per @catch, steps are:
- It should be
git show hash > remove.patch - Manually delete lines from the patch for anything that's staying removed.
patch -p1 -R < remove.patchgit add -p- Give or take phpstan and things.
Comments