-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitmessage
More file actions
26 lines (26 loc) · 937 Bytes
/
.gitmessage
File metadata and controls
26 lines (26 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# <type>(<scope>): <description>
#
# Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore
#
# Scopes (MANDATORY - choose one):
# frontend - Vue.js frontend application
# backend - Fastify backend API
# gateway - DeployStack Gateway application
# shared - Shared utilities and common code
# all - Changes affecting multiple services
# ci - CI/CD pipeline changes
# deps - Dependency updates
#
# Examples:
# feat(frontend): add dark mode toggle
# fix(backend): resolve database timeout issue
# feat(gateway): implement auto MCP server discovery
# refactor(shared): extract common validation utils
# docs(all): update installation instructions
# chore(deps): update all dependencies
#
# Remember:
# - Use imperative mood ("add" not "added")
# - Keep subject line under 72 characters
# - No period at end of subject line
# - Scope is MANDATORY for proper changelog generation