From e14fb22e59a1a9aa745b2a72211973838f6a5993 Mon Sep 17 00:00:00 2001 From: Michael Goin Date: Thu, 8 Aug 2024 14:22:49 -0400 Subject: [PATCH] [Doc] Put collect_env issue output in a block (#7310) --- .github/ISSUE_TEMPLATE/400-bug report.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/400-bug report.yml b/.github/ISSUE_TEMPLATE/400-bug report.yml index ce980c3f4a01..3a091379eb84 100644 --- a/.github/ISSUE_TEMPLATE/400-bug report.yml +++ b/.github/ISSUE_TEMPLATE/400-bug report.yml @@ -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: | +
+ The output of `python collect_env.py` + ```text - The output of `python collect_env.py` + Your output of `python collect_env.py` here ``` + +
validations: required: true - type: textarea