Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 79c23c3

Browse files
committed
docs: reformat examples
1 parent 1b2cdbc commit 79c23c3

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,12 @@ See:
5959
6060
Examples of valid commit messages:
6161
62-
- feat: Valide metadata with model
63-
- fix(http): Resolve multiple errors on HTTP queries
64-
- fix: Verify directory exists before writing in (#45)
65-
- docs: Update installation instructions
66-
- style: Format code according with ruff
67-
- refactor: Move CLI argument management into separate module
68-
- test: Add unit tests for the new scraper
69-
- chore: Update dependencies to latest versions
62+
- `feat: Valide metadata with model`
63+
- `fix(http): Resolve multiple errors on HTTP queries`
64+
- `fix: Verify directory exists before writing in (#45)`
65+
- `docs: Update installation instructions`
66+
- `style: Format code according with ruff`
67+
- `refactor: Move CLI argument management into separate module`
68+
- `test: Add unit tests for the new scraper`
69+
- `chore: Update dependencies to latest versions`
70+

0 commit comments

Comments
 (0)