mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-12 18:19:13 +08:00
Added RAGFlow image version into bug report template (#3561)
### What problem does this PR solve? Add RAGFlow image version into bug report template ### Type of change - [x] Other (please describe):
This commit is contained in:
parent
b87d14492f
commit
691ea287c2
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -15,16 +15,16 @@ body:
|
|||||||
value: "Please provide the following information to help us understand the issue."
|
value: "Please provide the following information to help us understand the issue."
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Branch name
|
label: RAGFlow workspace code commit ID
|
||||||
description: Enter the name of the branch where you encountered the issue.
|
description: Enter the commit ID associated with the issue.
|
||||||
placeholder: e.g., main
|
placeholder: e.g., 26d3480e
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Commit ID
|
label: RAGFlow image version
|
||||||
description: Enter the commit ID associated with the issue.
|
description: Enter the image version(shown in RAGFlow UI, `System` page) associated with the issue.
|
||||||
placeholder: e.g., c3b2a1
|
placeholder: e.g., 26d3480e(v0.13.0~174)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
Loading…
x
Reference in New Issue
Block a user