From 3374e3a3c0e2f1c106853adfe9ec77f6f275d14b Mon Sep 17 00:00:00 2001 From: Birgit Pauli-Haack Date: Tue, 14 Jan 2025 11:15:38 +0100 Subject: [PATCH] Update add-publish-checks.yml Add more items to the pre-publish check list --- .github/workflows/add-publish-checks.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/add-publish-checks.yml b/.github/workflows/add-publish-checks.yml index 5bd4a97..b9799dd 100644 --- a/.github/workflows/add-publish-checks.yml +++ b/.github/workflows/add-publish-checks.yml @@ -19,4 +19,14 @@ jobs: BODY: | ### Pre-publishing checklist - [ ] Post Title and subheaders in sentence case + - [ ] Are Category or Categories selected? + - [ ] Are Tags identifies? + - [ ] Is there an explicit Excerpt? + - [ ] Are all images files uploaded to the media library + - [ ] Do all images have an alt-text? + - [ ] For TOC us the Pattern under _Developer Blog > Table of contents_ + - [ ] Assign or upload a featured image + - [ ] Props added? (See [Guidelines](https://make.wordpress.org/core/handbook/best-practices/post-comment-guidelines/#giving-proper-credit-props)) + - [ ] add **copy for a social post** as comment to this issue ([example](https://github.com/WordPress/developer-blog-content/issues/152#issuecomment-1654259045)) +