document_issue.yml 1.1 KB

123456789101112131415161718192021222324
  1. name: "📚 Documentation Issue"
  2. description: Report issues in our documentation
  3. labels:
  4. - documentation
  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 submit report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
  14. required: true
  15. - label: "请务必使用英文提交 Issue,否则会被关闭。谢谢!:)"
  16. required: true
  17. - label: "Please do not modify this template :) and fill in all the required fields."
  18. required: true
  19. - type: textarea
  20. attributes:
  21. label: Provide a description of requested docs changes
  22. placeholder: Briefly describe which document needs to be corrected and why.
  23. validations:
  24. required: true