feature_request.yml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. title: "Feature or enhancement request"
  2. labels:
  3. - enhancement
  4. body:
  5. - type: checkboxes
  6. attributes:
  7. label: Self Checks
  8. description: "To make sure we get to you in time, please check the following :)"
  9. options:
  10. - label: I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.
  11. required: true
  12. - label: I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
  13. required: true
  14. - label: "请务必使用英文提交 Issue,否则会被关闭。谢谢!:)"
  15. required: true
  16. - label: "Please do not modify this template :) and fill in all the required fields."
  17. required: true
  18. - type: textarea
  19. attributes:
  20. label: 1. Is this request related to a challenge you're experiencing? Tell me about your story.
  21. 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...."
  22. validations:
  23. required: true
  24. - type: textarea
  25. attributes:
  26. label: 2. Additional context or comments
  27. 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.)
  28. validations:
  29. required: false
  30. - type: checkboxes
  31. attributes:
  32. label: 3. Can you help us with this feature?
  33. description: Let us know! This is not a commitment, but a starting point for collaboration.
  34. options:
  35. - label: I am interested in contributing to this feature.
  36. required: false
  37. - type: markdown
  38. attributes:
  39. value: Please limit one request per issue.