help_wanted.yml 810 B

1234567891011121314151617181920
  1. name: "🤝 Help Wanted"
  2. description: "Request help from the community" [please use English :)]
  3. labels:
  4. - help-wanted
  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 file this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
  14. required: true
  15. - type: textarea
  16. attributes:
  17. label: Provide a description of the help you need
  18. placeholder: Briefly describe what you need help with.
  19. validations:
  20. required: true