From b471f27fc36d9e15ed79ef98f8450a6ffa370699 Mon Sep 17 00:00:00 2001 From: Zhichang Yu Date: Thu, 21 Nov 2024 18:04:05 +0800 Subject: [PATCH] RAGFlow image version --- .github/ISSUE_TEMPLATE/bug_report.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5692d02422..9b5595c0d8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -22,9 +22,16 @@ body: required: true - type: input attributes: - label: Commit ID + label: RAGFlow code commit ID description: Enter the commit ID associated with the issue. - placeholder: e.g., c3b2a1 + placeholder: e.g., 26d3480e + validations: + required: true +- type: input + attributes: + label: RAGFlow image version + description: Enter the image version(shown in RAGFlow UI, `System` page) associated with the issue. + placeholder: e.g., 26d3480e(v0.13.0~174) validations: required: true - type: textarea