-
- Downloads
add feature: <type>: <description>
```json { "type": "feat", "description": "Add feature: <description>" } ``` This JSON object represents a commit message with a type of "feat" and a description of "Add feature: <description>". The type indicates that the commit is related to a new feature or enhancement, and the description provides a brief summary of the changes made.
Loading
Please register or sign in to comment