suggestion.yml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. title: Suggestions for New Features
  2. body:
  3. - type: checkboxes
  4. attributes:
  5. label: Self Checks
  6. 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: true
  10. - label: I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
  11. required: true
  12. - label: "[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)"
  13. required: true
  14. - label: "Please do not modify this template :) and fill in all the required fields."
  15. required: true
  16. - type: textarea
  17. 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: true
  22. - type: textarea
  23. attributes:
  24. label: 2. Additional context or comments
  25. 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: false
  28. - type: checkboxes
  29. attributes:
  30. label: 3. Can you help us with this feature?
  31. description: Let us know! This is not a commitment, but a starting point for collaboration.
  32. options:
  33. - label: I am interested in contributing to this feature.
  34. required: false
  35. - type: markdown
  36. attributes:
  37. value: Please limit one request per issue.