Skip to content

Commit 59ba477

Browse files
authored
Docs: updates issue templates. (infiniflow#5913)
### What problem does this PR solve? ### Type of change - [x] Other (please describe):
1 parent d447392 commit 59ba477

4 files changed

Lines changed: 30 additions & 11 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@ description: Create a bug issue for RAGFlow
33
title: "[Bug]: "
44
labels: [bug]
55
body:
6-
- type: checkboxes
7-
attributes:
8-
label: Is there an existing issue for the same bug?
9-
description: Please check if an issue already exists for the bug you encountered.
10-
options:
11-
- label: I have checked the existing issues.
12-
required: true
6+
- type: checkboxes
7+
attributes:
8+
label: Self Checks
9+
description: "To make sure we get to you in time, please check the following :)"
10+
options:
11+
- label: I have searched for existing issues [search for existing issues](https://github.com/infiniflow/ragflow/issues), including closed ones.
12+
required: true
13+
- label: I confirm that I am using English to submit this report ([Language Policy](https://github.com/infiniflow/ragflow/issues/5910)).
14+
required: true
15+
- label: "Please do not modify this template :) and fill in all the required fields."
16+
required: true
1317
- type: markdown
1418
attributes:
1519
value: "Please provide the following information to help us understand the issue."

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ labels: [feature request]
55
body:
66
- type: checkboxes
77
attributes:
8-
label: Is there an existing issue for the same feature request?
9-
description: Please check if an issue already exists for the feature you request.
8+
label: Self Checks
9+
description: "To make sure we get to you in time, please check the following :)"
1010
options:
11-
- label: I have checked the existing issues.
11+
- label: I have searched for existing issues [search for existing issues](https://github.com/infiniflow/ragflow/issues), including closed ones.
12+
required: true
13+
- label: I confirm that I am using English to submit this report ([Language Policy](https://github.com/infiniflow/ragflow/issues/5910)).
14+
required: true
15+
- label: "Please do not modify this template :) and fill in all the required fields."
1216
required: true
1317
- type: textarea
1418
attributes:

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ description: Ask questions on RAGFlow
33
title: "[Question]: "
44
labels: [question]
55
body:
6+
- type: checkboxes
7+
attributes:
8+
label: Self Checks
9+
description: "To make sure we get to you in time, please check the following :)"
10+
options:
11+
- label: I have searched for existing issues [search for existing issues](https://github.com/infiniflow/ragflow/issues), including closed ones.
12+
required: true
13+
- label: I confirm that I am using English to submit this report ([Language Policy](https://github.com/infiniflow/ragflow/issues/5910)).
14+
required: true
15+
- label: "Please do not modify this template :) and fill in all the required fields."
16+
required: true
617
- type: markdown
718
attributes:
819
value: |

docs/release_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ slug: /release_notes
77

88
Key features, improvements and bug fixes in the latest releases.
99

10-
## v0.17.1
10+
## v0.17.0
1111

1212
Released on March 3, 2025.
1313

0 commit comments

Comments
 (0)