From c55aa3fdfc53d6f9883b3c57c4260a5298feaa2a Mon Sep 17 00:00:00 2001 From: mrbobbytables Date: Thu, 17 Sep 2026 14:07:43 +0000 Subject: [PATCH] fix: add nate-double-u to blog post author dropdown The blog post issue template's author dropdown was missing nate-double-u, who is defined in blog/authors.yml. Add them to the dropdown to keep the template in sync with the authors file, as documented in docs/skills/blog-management.md. Signed-off-by: mrbobbytables --- .github/ISSUE_TEMPLATE/blog-post.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/blog-post.yml b/.github/ISSUE_TEMPLATE/blog-post.yml index ecd416c8..736d58bf 100644 --- a/.github/ISSUE_TEMPLATE/blog-post.yml +++ b/.github/ISSUE_TEMPLATE/blog-post.yml @@ -52,5 +52,6 @@ body: - jeefy - krook - mrbobbytables + - nate-double-u validations: required: true