mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-16 06:53:16 +00:00
Infra: Fix syntax error in BUG REPORT template (#15831)
Fix syntax error in issue template
This commit is contained in:
5
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
5
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user