-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmessage
More file actions
21 lines (20 loc) · 857 Bytes
/
.gitmessage
File metadata and controls
21 lines (20 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# <type>[optional scope]: <description>
#
# [optional body]
#
# [optional footer(s)]
# Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert
# Example without scope: feat: add new feature
# Example with scope: feat(parser): add new parsing feature
# Example Types:
# feat: add new tutorial for git commands
# fix: correct typo in linux commands description
# docs: update README with installation instructions
# style: reformat code for consistent indentation
# refactor: restructure tutorial logic for better maintainability
# perf: improve loading speed of cheat-sheets
# test: add unit tests for command validation
# build: update Dockerfile to use latest Go version
# ci: add GitHub Actions workflow for automated testing
# chore: update dependencies to latest versions
# revert: revert "feat: add new tutorial for git commands"