From 6fe6e1438ac57a6f6ba401ce8194ffb1a7d450c1 Mon Sep 17 00:00:00 2001 From: Gillian Minnehan Date: Fri, 3 Apr 2026 14:04:47 -0400 Subject: [PATCH] feat: add git commit message template for publishing articles ### Summary We have several steps that we run through before publishing an article. Add those steps in a git commit message template for better visibility and simplified tracking of the publishing process! ### Test Plan - [x] Tested `git commit --template .gitmessage-publish-article` locally and verified that the template loaded correctly --- .gitmessage-publish-article | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .gitmessage-publish-article diff --git a/.gitmessage-publish-article b/.gitmessage-publish-article new file mode 100644 index 00000000..776e8725 --- /dev/null +++ b/.gitmessage-publish-article @@ -0,0 +1,27 @@ +publish: [article name] + + ### Summary + +[article name] is ready to publish! 🎉 Thank you to @[author handle] for +submitting. + + ### Test Plan + +
+ Publishing checklist + +- [ ] Is the date correct? +- [ ] Is the URL correct? +- [ ] Is the markdown file name correct? (date and article) +- [ ] Is the title optimized for SEO? +- [ ] Are there tags added? +- [ ] Is the meta description added? +- [ ] Do we have full author info? +- [ ] Is the excerpt correct? +- [ ] Do all links work? +- [ ] Have all images rendered correctly? +- [ ] Have all code snippets rendered correctly? +- [ ] Have we cross linked to all relevant preexisting articles? + (i.e. related content, other articles in a series, etc.) + +