Skip to content

Commit e14fb22

Browse files
authored
[Doc] Put collect_env issue output in a <detail> block (vllm-project#7310)
1 parent 782e53a commit e14fb22

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/ISSUE_TEMPLATE/400-bug report.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,14 @@ body:
2020
```
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: |
23+
<details>
24+
<summary>The output of `python collect_env.py`</summary>
25+
2326
```text
24-
The output of `python collect_env.py`
27+
Your output of `python collect_env.py` here
2528
```
29+
30+
</details>
2631
validations:
2732
required: true
2833
- type: textarea

0 commit comments

Comments
 (0)