general.yml 1.0 KB

123456789101112131415161718192021222324
  1. title: "General Discussion"
  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: Content
  19. placeholder: Please describe the content you would like to discuss.
  20. validations:
  21. required: true
  22. - type: markdown
  23. attributes:
  24. value: Please limit one request per issue.