feature_request.yml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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 submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
  14. required: true
  15. - label: "Please do not modify this template :) and fill in all the required fields."
  16. required: true
  17. - type: textarea
  18. attributes:
  19. label: 1. Is this request related to a challenge you're experiencing?
  20. 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...."
  21. validations:
  22. required: true
  23. - type: textarea
  24. attributes:
  25. label: 2. Describe the feature you'd like to see
  26. 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.
  27. validations:
  28. required: true
  29. - type: textarea
  30. attributes:
  31. label: 3. How will this feature improve your workflow or experience?
  32. placeholder: Tell us how this change will benefit your work. This helps us prioritize based on user impact.
  33. validations:
  34. required: true
  35. - type: textarea
  36. attributes:
  37. label: 4. Additional context or comments
  38. 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.)
  39. validations:
  40. required: false
  41. - type: checkboxes
  42. attributes:
  43. label: 5. Can you help us with this feature?
  44. description: Let us know! This is not a commitment, but a starting point for collaboration.
  45. options:
  46. - label: I am interested in contributing to this feature.
  47. required: false
  48. - type: markdown
  49. attributes:
  50. value: Please limit one request per issue.