Skip to content

Commit

Permalink
[Doc] Put collect_env issue output in a <detail> block (vllm-project#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoin authored Aug 8, 2024
1 parent 782e53a commit e14fb22
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/ISSUE_TEMPLATE/400-bug report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e14fb22

Please sign in to comment.