소스 검색

Docs: updates issue templates. (#5913)

### What problem does this PR solve?


### Type of change

- [x] Other (please describe):
tags/v0.17.2
Kevin Hu 7 달 전
부모
커밋
59ba4777ee
No account linked to committer's email address
4개의 변경된 파일30개의 추가작업 그리고 11개의 파일을 삭제
  1. 11
    7
      .github/ISSUE_TEMPLATE/bug_report.yml
  2. 7
    3
      .github/ISSUE_TEMPLATE/feature_request.yml
  3. 11
    0
      .github/ISSUE_TEMPLATE/question.yml
  4. 1
    1
      docs/release_notes.md

+ 11
- 7
.github/ISSUE_TEMPLATE/bug_report.yml 파일 보기

title: "[Bug]: " title: "[Bug]: "
labels: [bug] labels: [bug]
body: body:
- type: checkboxes
attributes:
label: Is there an existing issue for the same bug?
description: Please check if an issue already exists for the bug you encountered.
options:
- label: I have checked the existing issues.
required: true
- type: checkboxes
attributes:
label: Self Checks
description: "To make sure we get to you in time, please check the following :)"
options:
- label: I have searched for existing issues [search for existing issues](https://github.com/infiniflow/ragflow/issues), including closed ones.
required: true
- label: I confirm that I am using English to submit this report ([Language Policy](https://github.com/infiniflow/ragflow/issues/5910)).
required: true
- label: "Please do not modify this template :) and fill in all the required fields."
required: true
- type: markdown - type: markdown
attributes: attributes:
value: "Please provide the following information to help us understand the issue." value: "Please provide the following information to help us understand the issue."

+ 7
- 3
.github/ISSUE_TEMPLATE/feature_request.yml 파일 보기

body: body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Is there an existing issue for the same feature request?
description: Please check if an issue already exists for the feature you request.
label: Self Checks
description: "To make sure we get to you in time, please check the following :)"
options: options:
- label: I have checked the existing issues.
- label: I have searched for existing issues [search for existing issues](https://github.com/infiniflow/ragflow/issues), including closed ones.
required: true
- label: I confirm that I am using English to submit this report ([Language Policy](https://github.com/infiniflow/ragflow/issues/5910)).
required: true
- label: "Please do not modify this template :) and fill in all the required fields."
required: true required: true
- type: textarea - type: textarea
attributes: attributes:

+ 11
- 0
.github/ISSUE_TEMPLATE/question.yml 파일 보기

title: "[Question]: " title: "[Question]: "
labels: [question] labels: [question]
body: body:
- type: checkboxes
attributes:
label: Self Checks
description: "To make sure we get to you in time, please check the following :)"
options:
- label: I have searched for existing issues [search for existing issues](https://github.com/infiniflow/ragflow/issues), including closed ones.
required: true
- label: I confirm that I am using English to submit this report ([Language Policy](https://github.com/infiniflow/ragflow/issues/5910)).
required: true
- label: "Please do not modify this template :) and fill in all the required fields."
required: true
- type: markdown - type: markdown
attributes: attributes:
value: | value: |

+ 1
- 1
docs/release_notes.md 파일 보기



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


## v0.17.1
## v0.17.0


Released on March 3, 2025. Released on March 3, 2025.



Loading…
취소
저장