forked from alihanemretunc/CherryScript
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.gitmessage
More file actions
27 lines (23 loc) · 697 Bytes
/
.gitmessage
File metadata and controls
27 lines (23 loc) · 697 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: Brief description
Detailed explanation
# Type options:
# - Add: New features
# - Update: Changes to existing features
# - Fix: Bug fixes
# - Docs: Documentation changes
# - Test: Adding/updating tests
# Guidelines:
# - Brief description should be under 50 characters
# - Use present tense ("Add feature" not "Added feature")
# - Detailed explanation should explain WHY this change is needed
# - Include any relevant issue numbers
# Example:
# Add: Implement basic lexer functionality
#
# Implements the core lexer component for basic token recognition.
# This includes support for:
# - Keyword identification
# - Operator parsing
# - Variable name recognition
#
# Related to issue #42