diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index f1276df4de6..067d4388096 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -29,14 +29,14 @@ body: options: - label: I added a very descriptive title to this issue. required: true - - label: I searched the LangChain documentation with the integrated search. - required: true - label: I used the GitHub search to find a similar question and didn't find it. required: true - label: I am sure that this is a bug in LangChain rather than my code. required: true - label: The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package). required: true + - label: I posted a self-contained, minimal, reproducible example. A maintainer can copy it and run it AS IS. + required: true - type: textarea id: reproduction validations: