You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

feature_request.yml 1.2KB

1234567891011121314151617181920212223242526272829303132
  1. name: "⭐ Feature or enhancement request"
  2. description: Propose something new. [please use English :)]
  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. - label: I confirm that I am using English to file this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
  11. required: true
  12. - type: textarea
  13. attributes:
  14. label: Description of the new feature / enhancement
  15. placeholder: What is the expected behavior of the proposed feature?
  16. validations:
  17. required: true
  18. - type: textarea
  19. attributes:
  20. label: Scenario when this would be used?
  21. placeholder: What is the scenario this would be used? Why is this important to your workflow as a dify user?
  22. validations:
  23. required: true
  24. - type: textarea
  25. attributes:
  26. label: Supporting information
  27. 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."
  28. validations:
  29. required: false
  30. - type: markdown
  31. attributes:
  32. value: Please limit one request per issue.