Refa: refine template. (#6381)

### What problem does this PR solve?

### Type of change

- [x] Refactoring
This commit is contained in:
Kevin Hu 2025-03-21 11:55:01 +08:00 committed by GitHub
parent b754bd523a
commit 37303e38ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
name: Bug Report name: ""🐞 Bug Report"
description: Create a bug issue for RAGFlow description: Create a bug issue for RAGFlow
title: "[Bug]: " title: "[Bug]: "
labels: [bug] labels: ["🐞 bug"]
body: body:
- type: checkboxes - type: checkboxes
attributes: attributes:

View File

@ -1,7 +1,7 @@
name: Feature request name: "💞 Feature request"
description: Propose a feature request for RAGFlow. description: Propose a feature request for RAGFlow.
title: "[Feature Request]: " title: "[Feature Request]: "
labels: [feature request] labels: ["💞 feature"]
body: body:
- type: checkboxes - type: checkboxes
attributes: attributes:

View File

@ -1,7 +1,7 @@
name: Question name: "🙋‍♀️ Question"
description: Ask questions on RAGFlow description: Ask questions on RAGFlow
title: "[Question]: " title: "[Question]: "
labels: [question] labels: ["🙋‍♀️ question"]
body: body:
- type: checkboxes - type: checkboxes
attributes: attributes: