mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 01:15:26 +08:00
[Doc] Put collect_env issue output in a <detail> block (#7310)
This commit is contained in:
parent
782e53ab59
commit
e14fb22e59
7
.github/ISSUE_TEMPLATE/400-bug report.yml
vendored
7
.github/ISSUE_TEMPLATE/400-bug report.yml
vendored
@ -20,9 +20,14 @@ body:
|
||||
```
|
||||
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.
|
||||
value: |
|
||||
<details>
|
||||
<summary>The output of `python collect_env.py`</summary>
|
||||
|
||||
```text
|
||||
The output of `python collect_env.py`
|
||||
Your output of `python collect_env.py` here
|
||||
```
|
||||
|
||||
</details>
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user