03-config-help.yml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. # yaml-language-server: $schema=https://json.schemastore.org/github-issue-forms.json
  2. name: ⚙️ 配置帮助
  3. description: 配置相关的问题或优化建议
  4. title: "[配置] "
  5. labels: ["配置", "帮助"]
  6. assignees:
  7. - sansan0
  8. body:
  9. - type: markdown
  10. attributes:
  11. value: |
  12. 遇到配置问题?我们来帮你解决!
  13. 📖 **建议先查看 README 文档和配置文件注释**
  14. - type: dropdown
  15. id: config-type
  16. attributes:
  17. label: 🏷️ 配置类型
  18. options:
  19. - 基础配置问题
  20. - Webhook 配置
  21. - Docker 部署配置
  22. - 频率词配置
  23. - 平台配置
  24. - 定时任务配置
  25. - 其他
  26. validations:
  27. required: true
  28. - type: dropdown
  29. id: problem-type
  30. attributes:
  31. label: 🔍 问题类型
  32. options:
  33. - 配置不生效
  34. - 不知道如何配置
  35. - 配置优化建议
  36. - 配置文档改进
  37. - 配置验证问题
  38. validations:
  39. required: true
  40. - type: textarea
  41. id: config-content
  42. attributes:
  43. label: 📄 相关配置
  44. description: 请提供相关的配置内容(请隐藏敏感信息)
  45. placeholder: |
  46. 请贴出相关的配置片段(记得隐藏敏感信息):
  47. ```yaml
  48. notification:
  49. enable_notification: true
  50. webhooks:
  51. feishu_url: "***"
  52. ```
  53. validations:
  54. required: true
  55. - type: textarea
  56. id: problem-description
  57. attributes:
  58. label: 📝 问题描述
  59. description: 详细描述遇到的配置问题
  60. placeholder: |
  61. 请详细描述:
  62. - 遇到的具体问题
  63. - 期望的效果
  64. - 已经尝试的方法
  65. validations:
  66. required: true
  67. - type: textarea
  68. id: error-messages
  69. attributes:
  70. label: ❌ 错误信息(如果有)
  71. description: 相关的错误信息或日志
  72. placeholder: |
  73. 如果有错误信息,请贴出来:
  74. ```
  75. 错误信息...
  76. ```
  77. - type: dropdown
  78. id: environment
  79. attributes:
  80. label: 🖥️ 运行环境
  81. options:
  82. - 本地 Python 环境
  83. - Docker 容器
  84. - GitHub Actions
  85. - 其他
  86. validations:
  87. required: true
  88. - type: textarea
  89. id: additional-info
  90. attributes:
  91. label: 📎 其他信息
  92. description: 其他可能有用的信息
  93. placeholder: |
  94. - 操作系统版本
  95. - 网络环境
  96. - 使用场景
  97. - 其他相关信息