Skip to content

Commit e6e2cc4

Browse files
tarun-etikalaclaude
andcommitted
docs: add language tags to fenced code blocks in CONTRIBUTING.md
Fixes markdownlint MD040 violations on two code blocks missing language identifiers (commit message format template and breaking change example). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0b1b206 commit e6e2cc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This repository enforces the [Conventional Commits](https://www.conventionalcomm
6161
6262
### Format
6363

64-
```
64+
```text
6565
<type>(optional scope): <description>
6666
6767
[optional body]
@@ -102,7 +102,7 @@ feat!: change /chat response format
102102

103103
For breaking changes, add `!` after the type/scope (e.g. `feat!:`) or include a `BREAKING CHANGE:` footer:
104104

105-
```
105+
```text
106106
feat: change /chat response format
107107
108108
BREAKING CHANGE: response field "text" renamed to "content"

0 commit comments

Comments
 (0)