Skip to content

Commit 85f33fb

Browse files
authored
chore: add template for required fields (#23533)
1 parent f3c98a2 commit 85f33fb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/ISSUE_TEMPLATE/chore.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ title: "[Chore/Refactor] "
44
labels:
55
- refactor
66
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."
23+
required: true
724
- type: textarea
825
id: description
926
attributes:

0 commit comments

Comments
 (0)