From 2a3758a98e986ca118b139d1b4f44e74d974b9c9 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Mon, 21 Aug 2023 15:48:33 -0400 Subject: [PATCH] Reminder to not report security issues as "bug" type issues. (#9554) Updated the issue template that pops up when users open a new issue. --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 702830214e3..7496543864c 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,5 +1,5 @@ name: "\U0001F41B Bug Report" -description: Submit a bug report to help us improve LangChain +description: Submit a bug report to help us improve LangChain. To report a security issue, please instead use the security option below. labels: ["02 Bug Report"] body: - type: markdown