general.yml 1.1 KB

12345678910111213141516171819202122232425
  1. name: "General Discussion"
  2. description: "General discussion about the project."
  3. body:
  4. - type: checkboxes
  5. attributes:
  6. label: Self Checks
  7. description: "To make sure we get to you in time, please check the following :)"
  8. options:
  9. - label: I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.
  10. required: true
  11. - label: I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
  12. required: true
  13. - label: "请务必使用英文提交 Issue,否则会被关闭。谢谢!:)"
  14. required: true
  15. - label: "Please do not modify this template :) and fill in all the required fields."
  16. required: true
  17. - type: textarea
  18. attributes:
  19. label: Content
  20. placeholder: Please describe the content you would like to discuss.
  21. validations:
  22. required: true
  23. - type: markdown
  24. attributes:
  25. value: Please limit one request per issue.