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

Fix syntax error in issue template
pull/15462/head
Eugene Yurtsev 9 months ago committed by GitHub
parent e182d630f7
commit 65980c22b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save