-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy path.gitmessage
More file actions
42 lines (41 loc) · 1.99 KB
/
Copy path.gitmessage
File metadata and controls
42 lines (41 loc) · 1.99 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
33
34
35
36
37
38
39
40
41
42
#@ F Enable snarzle bifurcation
# \ \ \
# \ \ Commit Summary
# \ Change Type
# Risk Level
#
# .----------------------------------------.
# | Risk-Aware Commit Notation Cheat Sheet |
# '----------------------------------------'
#
# For details, see
# https://github.com/RefactoringCombos/ArlosCommitNotation
#
# .---.-------------------.--------------------------------------.
# | | Risk Level | Meaning |
# |---|-------------------|--------------------------------------|
# | . | (Proven) Safe | Addresses all known & unknown risks |
# | ^ | Validated | Addresses all known risks |
# | ! | Risky | Some known risks remain unverified |
# | @ | (Probably) Broken | No risk attestation |
# '---'-------------------'--------------------------------------'
#
# .---.---------------.------------------------------------------.
# | | Change Type | Meaning |
# |---|---------------|------------------------------------------|
# | F | Feature | Change or extend one aspect of program |
# | | | behavior without altering others. |
# |---|---------------|------------------------------------------|
# | B | Bugfix | Repair one existing, undesirable program |
# | | | behavior without altering any others. |
# |---|---------------|------------------------------------------|
# | r | Refactoring | Change implementation without changing |
# | | | program behavior. |
# |---|---------------|------------------------------------------|
# | d | Documentation | Change something which communicates to |
# | | | team members and does not impact |
# | | | program behavior. |
# '---'---------------'------------------------------------------'
#
# Change type casing can have several meanings based on your preference.
# Refer to the full docs for details.