feature_request.yml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. name: "⭐ Feature or enhancement request"
  2. description: Propose something new.
  3. labels:
  4. - enhancement
  5. body:
  6. - type: checkboxes
  7. attributes:
  8. label: Self Checks
  9. 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: true
  13. - label: I confirm that I am using English to file this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
  14. required: true
  15. - type: textarea
  16. attributes:
  17. label: 1. Is this request related to a challenge you're experiencing?
  18. 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...."
  19. validations:
  20. required: true
  21. - type: textarea
  22. attributes:
  23. label: 2. Describe the feature you'd like to see
  24. placeholder: Think about what you want to achieve and how this feature will help you. Sketches, flow diagrams, or any visual representation will be a major plus.
  25. validations:
  26. required: true
  27. - type: textarea
  28. attributes:
  29. label: 3. How will this feature improve your workflow or experience?
  30. placeholder: Tell us how this change will benefit your work. This helps us prioritize based on user impact.
  31. validations:
  32. required: true
  33. - type: textarea
  34. attributes:
  35. label: 4. Additional context or comments
  36. 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.)
  37. validations:
  38. required: false
  39. - type: checkboxes
  40. attributes:
  41. label: 5. Can you help us with this feature?
  42. description: Let us know! This is not a commitment, but a starting point for collaboration.
  43. options:
  44. - label: I am interested in contributing to this feature.
  45. required: false
  46. - type: markdown
  47. attributes:
  48. value: Please limit one request per issue.