forked from CrowdStrike/terraform-provider-crowdstrike
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmessage
More file actions
32 lines (28 loc) · 1.05 KB
/
.gitmessage
File metadata and controls
32 lines (28 loc) · 1.05 KB
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
# <type>(<scope>): <description>
#
# [optional body - explain what and why, not how]
#
# [optional footer - reference issues, breaking changes]
# --- TYPES ---
# feat: New features/resources
# fix: Bug fixes
# refactor: Code refactoring
# test: Test additions/changes
# chore: Maintenance tasks
# --- SCOPES ---
# (<resource_name>): Resource names (drop crowdstrike_ prefix)
# (provider): Core provider functionality
# (docs): Documentation updates
# (tools): Development tooling
# (ci): CI/CD pipeline changes
# (deps): Dependency updates
# (tests): Test-specific changes
# --- GUIDELINES ---
# - Use imperative mood: "add" not "added"
# - Start description with lowercase
# - Keep subject under 72 characters
# - Include PR number when applicable
# --- EXAMPLES ---
# feat(sensor_visibility_exclusion): add new resource (#121)
# fix(default_sensor_update_policy): require replace on updates (#128)
# chore(deps): bump gofalcon to v0.13.4 (#74)