From 357e897fca388c08b84d11dff7d7f6248259a3d7 Mon Sep 17 00:00:00 2001 From: Peter Cock Date: Thu, 25 Jun 2026 09:46:10 +0100 Subject: [PATCH] Want new blog posts without the draft tag Also want basic proof reading in advance to speed up the PR review. --- content/posts/YYYY-MM-DD-event-fellowship-blog-template.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/posts/YYYY-MM-DD-event-fellowship-blog-template.md b/content/posts/YYYY-MM-DD-event-fellowship-blog-template.md index a1b77e5d6..9df7fc04f 100644 --- a/content/posts/YYYY-MM-DD-event-fellowship-blog-template.md +++ b/content/posts/YYYY-MM-DD-event-fellowship-blog-template.md @@ -29,6 +29,9 @@ Do NOT edit this template file directly. Instead, follow the steps below to subm ## How to Submit Your Blog Post +This assumes you've already shared a first draft with the OBF Board for comment +and feedback - we'd like to catch and fix minor issues like typos before this point. + ### 1. Create a GitHub Account (if needed) If you don’t have a GitHub account, create one at https://github.com/signup @@ -56,6 +59,7 @@ In your forked repository: 4. View template raw, and Copy and paste all the contents of this template into the new file. 5. Replace the placeholder text (date, title, author, content, image name, etc.) with your actual blog content. +6. Remove the `draft: true` line (we don't want the template published, we do want your post published). ---