Added RAGFlow image version into bug report template (#3561)
Browse files### What problem does this PR solve?
Add RAGFlow image version into bug report template
### Type of change
- [x] Other (please describe):
.github/ISSUE_TEMPLATE/bug_report.yml
CHANGED
@@ -15,16 +15,16 @@ body:
|
|
15 |
value: "Please provide the following information to help us understand the issue."
|
16 |
- type: input
|
17 |
attributes:
|
18 |
-
label:
|
19 |
-
description: Enter the
|
20 |
-
placeholder: e.g.,
|
21 |
validations:
|
22 |
required: true
|
23 |
- type: input
|
24 |
attributes:
|
25 |
-
label:
|
26 |
-
description: Enter the
|
27 |
-
placeholder: e.g.,
|
28 |
validations:
|
29 |
required: true
|
30 |
- type: textarea
|
|
|
15 |
value: "Please provide the following information to help us understand the issue."
|
16 |
- type: input
|
17 |
attributes:
|
18 |
+
label: RAGFlow workspace code commit ID
|
19 |
+
description: Enter the commit ID associated with the issue.
|
20 |
+
placeholder: e.g., 26d3480e
|
21 |
validations:
|
22 |
required: true
|
23 |
- type: input
|
24 |
attributes:
|
25 |
+
label: RAGFlow image version
|
26 |
+
description: Enter the image version(shown in RAGFlow UI, `System` page) associated with the issue.
|
27 |
+
placeholder: e.g., 26d3480e(v0.13.0~174)
|
28 |
validations:
|
29 |
required: true
|
30 |
- type: textarea
|