|
1 | 1 | # Auto Commit Message ⚙️ 🧙♂️ ✉️ |
2 | 2 | > A VS Code extension to generate a smart commit message based on file changes |
3 | 3 |
|
4 | | -<!-- Badges generated with https://michaelcurrin.github.io/badge-generator/#/ --> |
| 4 | +<!-- Badges mostly generated with https://michaelcurrin.github.io/badge-generator/#/ --> |
5 | 5 |
|
6 | 6 | [](https://github.com/MichaelCurrin/auto-commit-msg/actions?query=workflow:"Node+CI") |
7 | 7 | [](https://github.com/MichaelCurrin/auto-commit-msg/actions?query=workflow%3ACodeQL) |
8 | | -[](https://snyk.io/test/github/MichaelCurrin/auto-commit-msg?targetFile=package.json) |
9 | | - |
| 8 | +[](#license "Go to License section") |
| 9 | +[](/CONTRIBUTING.md "View contributing doc") |
10 | 10 |
|
| 11 | +<!-- |
11 | 12 | [](https://github.com/MichaelCurrin/auto-commit-msg/releases/) |
12 | | -[](#license) |
13 | | - |
14 | 13 |  |
15 | | -[](/CONTRIBUTING.md) |
| 14 | +--> |
16 | 15 |
|
17 | | -[](https://code.visualstudio.com/) |
18 | | -[](https://nodejs.org) |
19 | | -[](https://www.npmjs.com/package/typescript) |
| 16 | +[](https://snyk.io/test/github/MichaelCurrin/auto-commit-msg?targetFile=package.json) |
| 17 | +[](https://code.visualstudio.com/ "Go to VS Code homepage") |
| 18 | +[](https://nodejs.org "Go to Node.js homepage") |
| 19 | +[](https://www.npmjs.com/package/typescript "Go to TypeScript homepage") |
20 | 20 |
|
21 | 21 |
|
22 | 22 | <div align="center"> |
23 | 23 |
|
24 | 24 | <!-- Must not be SVG. Also all image URLs must be full HTTPS URLs - absolute paths. --> |
25 | 25 | <a href="https://marketplace.visualstudio.com/items?itemName=MichaelCurrin.auto-commit-msg" |
26 | 26 | title="Go to Marketplace extension page"> |
27 | | - <img src="https://github.com/MichaelCurrin/auto-commit-msg/raw/master/images/icon.png" |
28 | | - alt="Logo" |
29 | | - width="200" /> |
30 | | -</a> |
| 27 | + |
| 28 | +<img src="https://github.com/MichaelCurrin/auto-commit-msg/raw/master/images/icon.png" |
| 29 | + alt="Logo" |
| 30 | + width="200" /> |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
31 | 37 |
|
| 38 | +</a> |
| 39 | + |
32 | 40 | [Getting started](#getting-started) | [Features](#features) | [Sample screenshots](#sample-usage) | [Docs](#documentation) |
33 | 41 |
|
34 | 42 | </div> |
|
45 | 53 |
|
46 | 54 | ## Getting started |
47 | 55 |
|
48 | | -How to install and run. |
| 56 | +How to install and run the extension in VS Code. |
49 | 57 |
|
50 | 58 | <div align="center"> |
51 | 59 |
|
|
0 commit comments