Skip to content

Commit fe2cb5a

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 e4e3a9b commit fe2cb5a

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
@@ -158,7 +158,7 @@ Semantic versioning and releases are automated in CI using `python-semantic-rele
158158

159159
PR titles are validated automatically and must follow this format:
160160

161-
```
161+
```text
162162
<type>(<optional scope>): <description>
163163
```
164164

0 commit comments

Comments
 (0)