CoolFace
Apppublic

Underground-Digital/Workflow-Engine

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
feature_request.yml41 linesDownload Raw Back to ISSUE_TEMPLATE
1name: "⭐ Feature or enhancement request"2description: Propose something new.3labels:4  - enhancement5body:6  - type: checkboxes7    attributes:8      label: Self Checks9      description: "To make sure we get to you in time, please check the following :)"10      options:11        - label: I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.12          required: true13        - label: I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).14          required: true15        - label: "[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)"16          required: true17        - label: "Please do not modify this template :) and fill in all the required fields."18          required: true19  - type: textarea20    attributes:21      label: 1. Is this request related to a challenge you're experiencing? Tell me about your story.22      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...."23    validations:24      required: true25  - type: textarea26    attributes:27      label: 2. Additional context or comments28      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.)29    validations:30      required: false31  - type: checkboxes32    attributes:33      label: 3. Can you help us with this feature?34      description: Let us know! This is not a commitment, but a starting point for collaboration.35      options:36        - label: I am interested in contributing to this feature.37          required: false38  - type: markdown39    attributes:40      value: Please limit one request per issue.41