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

View File

@@ -65,7 +65,10 @@ body:
attributes: attributes:
label: System Info label: System Info
description: Please share your system info with us. 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: validations:
required: true required: true
- type: checkboxes - type: checkboxes