Underground-Digital/Workflow-Engine
0
1title: "General Discussion"2body:3 - type: checkboxes4 attributes:5 label: Self Checks6 description: "To make sure we get to you in time, please check the following :)"7 options:8 - label: I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.9 required: true10 - label: I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).11 required: true12 - label: "[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)"13 required: true14 - label: "Please do not modify this template :) and fill in all the required fields."15 required: true16 - type: textarea17 attributes:18 label: Content19 placeholder: Please describe the content you would like to discuss.20 validations:21 required: true22 - type: markdown23 attributes:24 value: Please limit one request per issue.25 