Skip to content

Commit df13e50

Browse files
committed
docs: update README
1 parent 0fa06b6 commit df13e50

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Well, there are two ways to trigger the "Semantic Commit" command:
3939
Open the Command Palette and start typing `Git: Semantic Commit`:
4040

4141
<p align="center">
42-
<img src="https://github.com/nitayneeman/vscode-git-semantic-commit/blob/master/images/examples/usage/command-palette.gif?raw=true" alt="Preview">
42+
<img src="https://github.com/nitayneeman/vscode-git-semantic-commit/blob/master/images/examples/usage/command-palette.gif?raw=true" alt="Triggering using the Command Palette">
4343
</p>
4444

4545
Then, choose the appropriate command and follow the steps.
@@ -49,7 +49,7 @@ Then, choose the appropriate command and follow the steps.
4949
Alternatively, you can use the primary and secondary actions within the Source Control view:
5050

5151
<p align="center">
52-
<img src="https://github.com/nitayneeman/vscode-git-semantic-commit/blob/master/images/examples/usage/view-actions.gif?raw=true" alt="Preview">
52+
<img src="https://github.com/nitayneeman/vscode-git-semantic-commit/blob/master/images/examples/usage/view-actions.gif?raw=true" alt="Triggering using the View Actions">
5353
</p>
5454

5555
<br>
@@ -65,6 +65,14 @@ The extension allows you to customize the following configuration settings:
6565
| `gitSemanticCommit.stageAll` | Determines whether to stage all changes before the commit, in case the staging area (index) is empty |
6666
| `gitSemanticCommit.types` | Specifies the supported message types |
6767

68+
### Customize Your Types
69+
70+
Besides the fact you can add new message types, it's either possible to modify the existing values:
71+
72+
<p align="center">
73+
<img src="https://github.com/nitayneeman/vscode-git-semantic-commit/blob/master/images/examples/settings/types-with-emojis.png?raw=true" width="300" alt="Enriching types with Emojis">
74+
</p>
75+
6876
<br>
6977

7078
## 💁🏻 Contributing
58.3 KB
Loading

0 commit comments

Comments
 (0)