From 6b7b9b0ae08cefd6abaf19ac3713c7f69c2ba755 Mon Sep 17 00:00:00 2001 From: Michael Sverdlov Date: Wed, 8 Jan 2025 12:20:35 +0200 Subject: [PATCH] Update bug_report.yml to refer users to xray-security repo (#2819) --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ac757fa7b..faa2c32ca 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -7,7 +7,9 @@ body: id: description attributes: label: Describe the bug - description: What is the problem? A clear and concise description of the bug. + description: | + What is the problem? A clear and concise description of the bug. + Note: Issues related to JFrog security features such as Xray, audit, scan, etc., should be opened on the [jfrog-cli-security repository](https://github.com/jfrog/jfrog-cli-security/issues/new?template=bug_report.yml). validations: required: true