docs_template_request.yml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. name: 文档或模板建议
  2. description: 建议改进文档、题材模板、参考资料、示例或新手引导。
  3. title: "【Docs/Templates】"
  4. labels: ["documentation"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. 好的文档或模板建议,最好先指出现在哪里不清楚、缺失或过时,再说明你希望补成什么样。如需举例,请只贴脱敏后的短片段。
  10. - type: textarea
  11. id: target
  12. attributes:
  13. label: 需要改什么?
  14. description: 哪个文档、模板、题材画像、参考文件或新手步骤需要调整?
  15. placeholder: "例如:docs/guides/genres.md 需要补充玄幻 + 规则怪谈复合题材的使用说明。"
  16. validations:
  17. required: true
  18. - type: textarea
  19. id: gap
  20. attributes:
  21. label: 当前问题
  22. description: 现在有哪些内容令人困惑、缺失、过时或不好用?
  23. validations:
  24. required: true
  25. - type: textarea
  26. id: suggestion
  27. attributes:
  28. label: 建议改法
  29. description: 请描述你希望增加的说明、示例、模板字段或参考规则。
  30. validations:
  31. required: true
  32. - type: dropdown
  33. id: audience
  34. attributes:
  35. label: 主要受众
  36. description: 谁最需要这个改进?
  37. options:
  38. - 新用户
  39. - 插件维护者
  40. - 题材 / 模板贡献者
  41. - Dashboard 用户
  42. - 高级 CLI 用户
  43. - 其他
  44. validations:
  45. required: true
  46. - type: input
  47. id: model
  48. attributes:
  49. label: 使用模型
  50. description: 如果这个建议和模型输出、提示词或 Agent 行为有关,请填写模型名称;不相关时请填“不适用”。
  51. placeholder: "例如:deepseek-v4-pro / gpt-5.5 / claude-opus-4-8 / claude-sonnet-4-6 / gemini-3.1-pro-preview / gemini-3.5-flash / 不适用"
  52. validations:
  53. required: true
  54. - type: checkboxes
  55. id: checklist
  56. attributes:
  57. label: 提交前检查
  58. options:
  59. - label: 我已经检查过现有文档和模板。
  60. required: true
  61. - label: 我没有包含私密小说内容;如必须举例,也只提供了短片段并已脱敏。
  62. required: true