-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmessage
More file actions
32 lines (32 loc) · 982 Bytes
/
Copy path.gitmessage
File metadata and controls
32 lines (32 loc) · 982 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
28
29
30
31
32
# ------------------------------
# AkkaSync Commit Message Template
# ------------------------------
# Please follow Conventional Commits:
# type(scope): subject
#
# Types:
# feat - A new feature
# fix - A bug fix
# chore - Maintenance, tooling, non-functional changes
# docs - Documentation changes
# style - Formatting, whitespace, code style, no functional changes
# refactor - Code refactoring, no features or bug fixes
# perf - Performance improvements
# test - Add or modify tests
# build - Build system or dependency changes
# ci - CI/CD configuration changes
# revert - Revert a previous commit
#
# Suggested Scopes:
# dashboard, host, core, plugins, sync
#
# Example:
# feat(dashboard): add pipeline status page
#
# Subject (summary) should be concise, <= 72 characters
#
# Body (optional):
# Use the body to explain what and why vs. how.
#
# Footer (optional):
# Reference issues, breaking changes, etc.