Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions commands/GitHub_Checklist_Add.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
),
);

/**
Expand Down