| ... | ... | @@ -106,10 +106,10 @@ Either prefix your commit with : |
|
|
|
> **Example :**
|
|
|
|
>
|
|
|
|
> ```text
|
|
|
|
> Chore : This is a commit message example. This line will serve as commit title.
|
|
|
|
> feat : Faster implementation of Foo function: improvement related to the branch feat/Optimization.
|
|
|
|
>
|
|
|
|
> The following Lines will be used to provide more context to someone that wants to inspect this given commit.
|
|
|
|
> Users are urged to provide as much context as possible in their commits.
|
|
|
|
> closes #xx (indicate that the issue fix the issue number xx)
|
|
|
|
> Note that for an issue located on another repository need to use the following format: repo_name#xx
|
|
|
|
> ```
|
|
|
|
|
|
|
|
##### What should a commit contain ?
|
| ... | ... | |