-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmessage
29 lines (28 loc) · 1.06 KB
/
.gitmessage
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
#
# feat:
# A new feature or enhancement to an existing feature.
# Example: feat: Add payment gateway integration.
#
# fix:
# A bug fix or correction to an existing feature.
# Example: fix: Fix UI component rendering issue.
#
# docs:
# Changes to documentation, such as adding new guides, updating README files, or adding comments to code.
# Example: docs: Update README file with instructions for using the API.
#
# style:
# Changes to the appearance of the user interface or code formatting.
# Example: style: Update CSS for better mobile responsiveness.
#
# refactor:
# Changes to existing code that improve performance, maintainability, or readability but don't introduce new features or fixes.
# Example: refactor: Optimize database queries for faster search functionality.
#
# test:
# Adding, changing, or updating tests to improve overall code quality.
# Example: test: Add unit tests for new API endpoints.
#
# chore:
# Changes to build processes, dependencies, or code infrastructure that don't affect the final product.
# Example: chore: Update dependencies to latest version.