Skip to content
Snippets Groups Projects
  • Muhamed (aider)'s avatar
    dfa734a9
    add feature: <type>: <description> · dfa734a9
    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.
    dfa734a9
    History
    add feature: <type>: <description>
    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.