Quellcode durchsuchen

Docs: reformat. (#5914)

### What problem does this PR solve?


### Type of change

- [x] Other (please describe):
tags/v0.17.2
Kevin Hu vor 7 Monaten
Ursprung
Commit
1abf03351d
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
2 geänderte Dateien mit 22 neuen und 22 gelöschten Zeilen
  1. 11
    11
      .github/ISSUE_TEMPLATE/bug_report.yml
  2. 11
    11
      .github/ISSUE_TEMPLATE/question.yml

+ 11
- 11
.github/ISSUE_TEMPLATE/bug_report.yml Datei anzeigen

title: "[Bug]: " title: "[Bug]: "
labels: [bug] labels: [bug]
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: 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."

+ 11
- 11
.github/ISSUE_TEMPLATE/question.yml Datei anzeigen

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: 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: |

Laden…
Abbrechen
Speichern