Browse Source

improve issue templates (#6785)

tags/0.6.16
Chenhe Gu 1 year ago
parent
commit
028261f760
No account linked to committer's email address

+ 1
- 1
.github/DISCUSSION_TEMPLATE/general.yml View File

required: true required: true
- label: I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - label: I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
required: true required: true
- label: "请务必使用英文提交 Issue,否则会被关闭。谢谢!:)"
- label: "[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)"
required: true required: true
- label: "Please do not modify this template :) and fill in all the required fields." - label: "Please do not modify this template :) and fill in all the required fields."
required: true required: true

+ 1
- 1
.github/DISCUSSION_TEMPLATE/help.yml View File

required: true required: true
- label: I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - label: I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
required: true required: true
- label: "请务必使用英文提交 Issue,否则会被关闭。谢谢!:)"
- label: "[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)"
required: true required: true
- label: "Please do not modify this template :) and fill in all the required fields." - label: "Please do not modify this template :) and fill in all the required fields."
required: true required: true

+ 1
- 1
.github/DISCUSSION_TEMPLATE/suggestion.yml View File

required: true required: true
- label: I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - label: I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
required: true required: true
- label: "请务必使用英文提交 Issue,否则会被关闭。谢谢!:)"
- label: "[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)"
required: true required: true
- label: "Please do not modify this template :) and fill in all the required fields." - label: "Please do not modify this template :) and fill in all the required fields."
required: true required: true

+ 1
- 2
.github/ISSUE_TEMPLATE/bug_report.yml View File

required: true required: true
- label: I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - label: I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
required: true required: true
- label: "请务必使用英文提交 Issue,否则会被关闭。谢谢!:)"
- label: "[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)"
required: true required: true
- label: "Please do not modify this template :) and fill in all the required fields." - label: "Please do not modify this template :) and fill in all the required fields."
required: true required: true
- type: input - type: input
attributes: attributes:
label: Dify version label: Dify version
placeholder: 0.6.15
description: See about section in Dify console description: See about section in Dify console
validations: validations:
required: true required: true

+ 1
- 1
.github/ISSUE_TEMPLATE/document_issue.yml View File

required: true required: true
- label: I confirm that I am using English to submit report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - label: I confirm that I am using English to submit report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
required: true required: true
- label: "请务必使用英文提交 Issue,否则会被关闭。谢谢!:)"
- label: "[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)"
required: true required: true
- label: "Please do not modify this template :) and fill in all the required fields." - label: "Please do not modify this template :) and fill in all the required fields."
required: true required: true

+ 1
- 1
.github/ISSUE_TEMPLATE/feature_request.yml View File

required: true required: true
- label: I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - label: I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
required: true required: true
- label: "请务必使用英文提交 Issue,否则会被关闭。谢谢!:)"
- label: "[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)"
required: true required: true
- label: "Please do not modify this template :) and fill in all the required fields." - label: "Please do not modify this template :) and fill in all the required fields."
required: true required: true

+ 1
- 2
.github/ISSUE_TEMPLATE/translation_issue.yml View File

required: true required: true
- label: I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - label: I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
required: true required: true
- label: "请务必使用英文提交 Issue,否则会被关闭。谢谢!:)"
- label: "[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)"
required: true required: true
- label: "Please do not modify this template :) and fill in all the required fields." - label: "Please do not modify this template :) and fill in all the required fields."
required: true required: true
- type: input - type: input
attributes: attributes:
label: Dify version label: Dify version
placeholder: 0.3.21
description: Hover over system tray icon or look at Settings description: Hover over system tray icon or look at Settings
validations: validations:
required: true required: true

Loading…
Cancel
Save