zhichyu commited on
Commit
2edc776
·
1 Parent(s): f37edc0

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: Branch name
19
- description: Enter the name of the branch where you encountered the issue.
20
- placeholder: e.g., main
21
  validations:
22
  required: true
23
  - type: input
24
  attributes:
25
- label: Commit ID
26
- description: Enter the commit ID associated with the issue.
27
- placeholder: e.g., c3b2a1
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