You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/chore.yaml
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,23 @@ title: "[Chore/Refactor] "
4
4
labels:
5
5
- refactor
6
6
body:
7
+
- type: checkboxes
8
+
attributes:
9
+
label: Self Checks
10
+
description: "To make sure we get to you in time, please check the following :)"
11
+
options:
12
+
- label: I have read the [Contributing Guide](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md) and [Language Policy](https://github.com/langgenius/dify/issues/1542).
13
+
required: true
14
+
- label: This is only for refactoring, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general).
15
+
required: true
16
+
- label: I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.
17
+
required: true
18
+
- label: I confirm that I am using English to submit this report, otherwise it will be closed.
19
+
required: true
20
+
- label: 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :)
21
+
required: true
22
+
- label: "Please do not modify this template :) and fill in all the required fields."
0 commit comments