diff --git a/commands/GitHub_Checklist_Add.php b/commands/GitHub_Checklist_Add.php index 50b39ec..728d419 100644 --- a/commands/GitHub_Checklist_Add.php +++ b/commands/GitHub_Checklist_Add.php @@ -69,6 +69,10 @@ final class GitHub_Checklist_Add extends Command { 'question' => 'Has the site previously been hosted on WordPress.com or WordPress VIP?', 'description' => 'The site has previously been hosted on WordPress.com or WordPress VIP.', ), + 'wp-subdomain' => array( + 'question' => 'Will the final URL be a subdomain of WordPress.com or WordPress.org?', + 'description' => 'The site uses a subdomain of WordPress.com or WordPress.org.', + ), ); /**