-
Muhamed (aider) authored
```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.
Muhamed (aider) authored```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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.