This document was generated in part by Claude AI (and it’s pretty damn good).
Commit Types
feat
: Implement a new blog featurepost
: Create a new blog postdelete
: Delete an existing blog postedit
: Modify existing post content: Correct typos, grammar, or formatting issuesmeta
: Update blog metadata or site configurationdraft
: Add or modify draft contentstyle
: Change blog design or CSSmedia
: Add or update images, videos, or other mediafix
: Fix a bug
See also: Conventional Commits
Commit Message Structure
<type>(<scope>): <description>
[optional body]
[optional footer]
Examples
Creating a New Post
post(travel): Add summer vacation guide to Barcelona
Editing Post Content
edit(tech/ai): Update machine learning article with recent research
Incorporated findings from 2024 AI conference
Clarified neural network architecture explanation
Updating Blog Metadata
meta(tags): Reorganize content categories
Update tag hierarchy
Remove outdated tags
Draft Management
draft(philosophy): Begin essay on existentialism
Initial outline and key arguments sketched
Additional Guidelines
- Use imperative, present tense
- Capitalize first letter
- No period at the end of description
- Limit description to 50 characters when possible
- Use body to provide detailed context
- Reference related issues or posts in footer if applicable