Infra: Fix syntax error in BUG REPORT template (#15831)

Fix syntax error in issue template
This commit is contained in:
Eugene Yurtsev 2024-01-10 12:39:08 -05:00 committed by GitHub
parent e182d630f7
commit 65980c22b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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