Skip to content

Commit 37303e3

Browse files
authored
Refa: refine template. (infiniflow#6381)
### What problem does this PR solve? ### Type of change - [x] Refactoring
1 parent b754bd5 commit 37303e3

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: Bug Report
1+
name: ""🐞 Bug Report"
22
description: Create a bug issue for RAGFlow
33
title: "[Bug]: "
4-
labels: [bug]
4+
labels: ["🐞 bug"]
55
body:
66
- type: checkboxes
77
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: Feature request
1+
name: "💞 Feature request"
22
description: Propose a feature request for RAGFlow.
33
title: "[Feature Request]: "
4-
labels: [feature request]
4+
labels: ["💞 feature"]
55
body:
66
- type: checkboxes
77
attributes:

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: Question
1+
name: "🙋‍♀️ Question"
22
description: Ask questions on RAGFlow
33
title: "[Question]: "
4-
labels: [question]
4+
labels: ["🙋‍♀️ question"]
55
body:
66
- type: checkboxes
77
attributes:

0 commit comments

Comments
 (0)