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