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