feature_request.yml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  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: Description of the new feature / enhancement
  18. placeholder: What is the expected behavior of the proposed feature?
  19. validations:
  20. required: true
  21. - type: textarea
  22. attributes:
  23. label: Scenario when this would be used?
  24. placeholder: What is the scenario this would be used? Why is this important to your workflow as a dify user?
  25. validations:
  26. required: true
  27. - type: textarea
  28. attributes:
  29. label: Supporting information
  30. placeholder: "Having additional evidence, data, tweets, blog posts, research, ... anything is extremely helpful. This information provides context to the scenario that may otherwise be lost."
  31. validations:
  32. required: false
  33. - type: markdown
  34. attributes:
  35. value: Please limit one request per issue.