-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmessage
More file actions
27 lines (22 loc) · 734 Bytes
/
Copy path.gitmessage
File metadata and controls
27 lines (22 loc) · 734 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>: <subject> (Max 50 chars)
# <body> (Optional, wrap at 72 chars)
# <footer> (Optional)
# Type can be:
# feat - New feature
# fix - Bug fix
# docs - Documentation changes
# style - Formatting, missing semicolons, etc
# refactor - Code restructuring without changing behavior
# content - Chapter or exercise content changes
# chore - Maintenance tasks
# test - Adding or modifying tests
# Example:
# content: Add Chapter 2 on variables
#
# - Created chapter-2-variables.qmd
# - Added 5-level exercise progression
# - Included common AI overcomplication example
# Remember:
# - Use present tense ("Add" not "Added")
# - Capitalize first letter
# - No period at the end of subject line