Skip to content

Commit 42d9a2c

Browse files
authored
doc: fix bug report Github template formatting (vllm-project#17486)
Signed-off-by: David Xia <david@davidxia.com>
1 parent 2ac74d0 commit 42d9a2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/400-bug-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ body:
2121
It is suggested to download and execute the latest script, as vllm might frequently update the diagnosis information needed for accurately and quickly responding to issues.
2222
value: |
2323
<details>
24-
<summary>The output of `python collect_env.py`</summary>
24+
<summary>The output of <code>python collect_env.py</code></summary>
2525
2626
```text
2727
Your output of `python collect_env.py` here
2828
```
29-
29+
3030
</details>
3131
validations:
3232
required: true

0 commit comments

Comments
 (0)