CoolFace
Apppublic

Underground-Digital/Workflow-Engine

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
1title: "Help"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: 1. Is this request related to a challenge you're experiencing? Tell me about your story.19      placeholder: Please describe the specific scenario or problem you're facing as clearly as possible. For instance "I was trying to use [feature] for [specific task], and [what happened]... It was frustrating because...."20    validations:21      required: true22  - type: textarea23    attributes:24      label: 2. Additional context or comments25      placeholder: (Any other information, comments, documentations, links, or screenshots that would provide more clarity. This is the place to add anything else not covered above.)26    validations:27      required: false28  - type: markdown29    attributes:30      value: Please limit one request per issue.31