feature_request.yml 897 B

1234567891011121314151617181920212223242526
  1. name: "⭐ Feature or enhancement request"
  2. description: Propose something new.
  3. labels:
  4. - enhancement
  5. body:
  6. - type: textarea
  7. attributes:
  8. label: Description of the new feature / enhancement
  9. placeholder: What is the expected behavior of the proposed feature?
  10. validations:
  11. required: true
  12. - type: textarea
  13. attributes:
  14. label: Scenario when this would be used?
  15. placeholder: What is the scenario this would be used? Why is this important to your workflow as a dify user?
  16. validations:
  17. required: true
  18. - type: textarea
  19. attributes:
  20. label: Supporting information
  21. 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."
  22. validations:
  23. required: false
  24. - type: markdown
  25. attributes:
  26. value: Please limit one request per issue.