documentation.zh.yml 659 B

12345678910111213141516171819202122232425262728
  1. name: "📚 文档问题"
  2. description: "反馈文档缺失/错误或提出改进建议。"
  3. title: "[Docs]: "
  4. labels: ["documentation"]
  5. body:
  6. - type: textarea
  7. id: issue
  8. attributes:
  9. label: 哪里不对 / 缺什么?
  10. placeholder: "文档在...部分不清晰/错误..."
  11. validations:
  12. required: true
  13. - type: input
  14. id: page
  15. attributes:
  16. label: 相关页面 / 章节
  17. placeholder: "文档链接或路径"
  18. validations:
  19. required: false
  20. - type: textarea
  21. id: suggestion
  22. attributes:
  23. label: 建议修改
  24. placeholder: "建议的表述 / 示例..."
  25. validations:
  26. required: false