-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitmessage
More file actions
27 lines (27 loc) · 874 Bytes
/
.gitmessage
File metadata and controls
27 lines (27 loc) · 874 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
27
# <type>[optional scope]: <description>
#
# [optional body]
#
# [optional footer(s)]
#
# --- CONVENTIONAL COMMITS GUIDE ---
# Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert
# Scopes: auth, config, cli, cache, security, docs, ci, deps
#
# Examples:
# feat(auth): add JWT token caching
# fix(config): handle missing config file gracefully
# docs: update installation instructions
# test(auth): add integration tests for GitHub App flow
#
# Breaking changes:
# feat(cli)!: change setup command interface
# Or use footer: BREAKING CHANGE: description
#
# Remember:
# - Use imperative mood ("add" not "added")
# - Keep subject under 72 characters
# - Don't end subject with period
# - Reference issues: "Fixes #42"
#
# More info: https://github.com/AmadeusITGroup/gh-app-auth/blob/main/CONTRIBUTING.md#commit-message-guidelines