Browse Source

added pre launch issues and content layout

Maggie 3 years ago
parent
commit
05e740a754
1 changed files with 4 additions and 1 deletions
  1. 4 1
      create-a-theme-checklist.js

+ 4 - 1
create-a-theme-checklist.js

@@ -42,7 +42,7 @@ async function createIssues( milestoneNumber ) {
 		'theme.json: Typography settings',
 		'theme.json: Typography settings',
 		'theme.json: Color palette',
 		'theme.json: Color palette',
 		'theme.json: Alternative color palettes',
 		'theme.json: Alternative color palettes',
-		'theme.json: Margin/spacing settings',
+		'theme.json: Margin/spacing settings + content layout',
 		'Templates: Page templates - Index',
 		'Templates: Page templates - Index',
 		'Templates: Page templates - Search',
 		'Templates: Page templates - Search',
 		'Templates: Page templates - 404',
 		'Templates: Page templates - 404',
@@ -55,6 +55,9 @@ async function createIssues( milestoneNumber ) {
 		'Navigation (if needed)',
 		'Navigation (if needed)',
 		'Core block settings (if needed)',
 		'Core block settings (if needed)',
 		'Third party block settings (Jetpack, Woo, etc.) (if needed)',
 		'Third party block settings (Jetpack, Woo, etc.) (if needed)',
+		'Pre-launch: readme.txt',
+		'Pre-launch: screenshot.png',
+		'Pre-launch: style.css tags',
 	];
 	];
 	issues.forEach( async ( issue ) => {
 	issues.forEach( async ( issue ) => {
 		try {
 		try {