Skip to content

Commit 35a3f4a

Browse files
docs: fix markdown linting error in CONTRIBUTING.md
Add 'text' language tag to code fence block to satisfy markdownlint requirements. Co-authored-by: Damien Storm <[email protected]>
1 parent f35043c commit 35a3f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Semantic versioning and releases are automated in CI (e.g., `python-semantic-rel
114114

115115
PR titles are validated automatically and must follow this format:
116116

117-
```
117+
```text
118118
<type>(<optional scope>): <description>
119119
```
120120

0 commit comments

Comments
 (0)