question.zh.yml 611 B

12345678910111213141516171819202122232425262728
  1. name: "❓ 问题 / 支持"
  2. description: "提问或寻求使用帮助。"
  3. title: "[Question]: "
  4. labels: ["question"]
  5. body:
  6. - type: textarea
  7. id: question
  8. attributes:
  9. label: 你的问题
  10. placeholder: "我想知道如何..."
  11. validations:
  12. required: true
  13. - type: textarea
  14. id: context
  15. attributes:
  16. label: 背景说明
  17. description: "你想达成什么目标?"
  18. validations:
  19. required: false
  20. - type: textarea
  21. id: tried
  22. attributes:
  23. label: 你已经尝试过什么
  24. placeholder: "我尝试了..."
  25. validations:
  26. required: false