From 42d9a2c4c70232204c799794be43164d19233fa1 Mon Sep 17 00:00:00 2001 From: David Xia Date: Wed, 30 Apr 2025 13:03:20 -0400 Subject: [PATCH] doc: fix bug report Github template formatting (#17486) Signed-off-by: David Xia --- .github/ISSUE_TEMPLATE/400-bug-report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/400-bug-report.yml b/.github/ISSUE_TEMPLATE/400-bug-report.yml index b96ab40749003..637d2dd114548 100644 --- a/.github/ISSUE_TEMPLATE/400-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/400-bug-report.yml @@ -21,12 +21,12 @@ 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: |
- The output of `python collect_env.py` + The output of python collect_env.py ```text Your output of `python collect_env.py` here ``` - +
validations: required: true