File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed
Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 55from .utils .text_utils import debug
66from .utils .file_handler import handle_file_based_commit
77from .utils .flag_commit_handler import convention_flag_handler
8+ # convention imports
89from .conventions .convention_help_handler import convention_help_handler
910
1011
Original file line number Diff line number Diff line change @@ -9,10 +9,23 @@ def tagged_convention(tag, msg):
99 Convention format:
1010
1111 TAG: message
12+ <BLANK>
13+ <body>
14+ <BLANK>
15+ <footer>
16+
1217 ---
1318 Tag usage:
1419
15- ADD:
16-
17-
20+ ADD -> use for new files or methods
21+ FEAT -> for when adding a new feature
22+ DEL -> use for excluded files or methods
23+ CHR -> use for normal dev work and maintainance
24+ MERGE -> use for signal merges
25+ DOCS -> for documentation changes
26+ FIX -> use for solving bugs or failures in file
27+ REF -> use for when you rename a file
28+ STYLE -> use for fixing stylesheet errors
29+ TEST -> use for test files
30+ CI -> for that commit that aims for fix a build
1831 """
You can’t perform that action at this time.
0 commit comments