From 65980c22b8973500a17463a8326791ef542ec918 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Wed, 10 Jan 2024 12:39:08 -0500 Subject: [PATCH] Infra: Fix syntax error in BUG REPORT template (#15831) Fix syntax error in issue template --- .github/ISSUE_TEMPLATE/bug-report.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index c9c9c15e9d..fca21873c6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -65,7 +65,10 @@ body: attributes: label: System Info description: Please share your system info with us. - placeholder: `pip freeze | grep langchain`, platform, python version + placeholder: | + "pip freeze | grep langchain" + platform + python version validations: required: true - type: checkboxes