15 lines
411 B
YAML
15 lines
411 B
YAML
name: "🐞 Bug Report"
|
||
description: Create a bug issue for RAGFlow-Plus
|
||
title: "[Bug]: "
|
||
labels: ["🐞 bug"]
|
||
body:
|
||
- type: markdown
|
||
attributes:
|
||
value: |
|
||
尽管问,不限语言。(All language is welcomed)
|
||
- type: textarea
|
||
attributes:
|
||
label: 描述你的问题
|
||
description: 尽可能清晰地描述,如果是bug,建议附上详细步骤和日志。
|
||
validations:
|
||
required: true |