help.yml 1.6 KB

1234567891011121314151617181920212223242526272829303132
  1. title: "Help"
  2. labels:
  3. - enhancement
  4. body:
  5. - type: checkboxes
  6. attributes:
  7. label: Self Checks
  8. description: "To make sure we get to you in time, please check the following :)"
  9. options:
  10. - label: I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.
  11. required: true
  12. - label: I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
  13. required: true
  14. - label: "请务必使用英文提交 Issue,否则会被关闭。谢谢!:)"
  15. required: true
  16. - label: "Please do not modify this template :) and fill in all the required fields."
  17. required: true
  18. - type: textarea
  19. attributes:
  20. label: 1. Is this request related to a challenge you're experiencing? Tell me about your story.
  21. placeholder: Please describe the specific scenario or problem you're facing as clearly as possible. For instance "I was trying to use [feature] for [specific task], and [what happened]... It was frustrating because...."
  22. validations:
  23. required: true
  24. - type: textarea
  25. attributes:
  26. label: 2. Additional context or comments
  27. placeholder: (Any other information, comments, documentations, links, or screenshots that would provide more clarity. This is the place to add anything else not covered above.)
  28. validations:
  29. required: false
  30. - type: markdown
  31. attributes:
  32. value: Please limit one request per issue.