From 30af9b8166fa5a28aa91fe77a15ba42c82d9b9e2 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Fri, 4 Apr 2025 16:47:50 -0400 Subject: [PATCH] Update bug-report.yml (#30680) Update bug report template! --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: