Skip to content

Commit a78a829

Browse files
committed
docs: Fix commit message example formatting
1 parent 1301c29 commit a78a829

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/Guidelines.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,19 @@ The following rules are enforced by commitlint:
5353
**Features and fixes:**
5454
```
5555
feat(cli): Add "versions" command
56+
```
57+
```
5658
fix(fs): Correctly handle paths containing non-ASCII characters on Windows
59+
```
60+
```
5761
perf(builder): Improve bundle generation speed by 25%
5862
```
5963

6064
**Dependencies:**
6165
```
6266
deps(cli): Update @ui5/logger to v4.0.0
67+
```
68+
```
6369
build(deps-dev): Update eslint to v9.0.0
6470
```
6571

@@ -73,7 +79,11 @@ BREAKING CHANGE: The "init" command has been removed. Use "create" instead.
7379
**Workspace-wide changes (no scope):**
7480
```
7581
ci: Update GitHub Actions to use Node.js 20
82+
```
83+
```
7684
docs: Update contribution guidelines
85+
```
86+
```
7787
build: Configure new linting rules
7888
```
7989

@@ -92,7 +102,11 @@ When making changes that affect multiple packages, create individual commits for
92102
For a feature spanning multiple packages:
93103
```
94104
feat(cli): Add support for new build option
105+
```
106+
```
95107
feat(builder): Implement new build option processing
108+
```
109+
```
96110
feat(fs): Add helper methods for new build option
97111
```
98112

0 commit comments

Comments
 (0)