03-config-help.yml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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. 如果这个项目对你有帮助,欢迎给项目点个 ⭐ **Star**!
  14. 遇到设置问题不要担心,**强烈建议上传配置文件和错误信息的截图**。
  15. 📖 **建议先查看项目说明文档**,很多常见问题都有详细说明。
  16. - type: dropdown
  17. id: config-type
  18. attributes:
  19. label: 🏷️ 配置问题类别
  20. options:
  21. - 基础配置问题(config.yaml 设置)
  22. - 通知配置问题(webhook、消息推送等)
  23. - 部署配置问题(Docker、GitHub Actions等)
  24. - 关键词配置问题(frequency_words.txt 设置)
  25. - 环境配置问题(Python、依赖包等)
  26. - 其他配置问题
  27. validations:
  28. required: true
  29. - type: dropdown
  30. id: environment
  31. attributes:
  32. label: 🖥️ 使用环境
  33. options:
  34. - 本地运行(直接在电脑上运行)
  35. - Docker 容器运行
  36. - GitHub Actions 自动运行
  37. - 其他方式
  38. validations:
  39. required: true
  40. - type: textarea
  41. id: problem-description
  42. attributes:
  43. label: 📝 详细描述问题
  44. description: 请详细描述你遇到的设置问题
  45. placeholder: |
  46. 请详细描述:
  47. - 遇到的具体问题是什么
  48. - 你希望达到什么效果
  49. - 已经尝试了哪些方法
  50. - 参考了哪些文档或教程
  51. 💡 问题截图能提供更多信息!
  52. validations:
  53. required: true
  54. - type: textarea
  55. id: config-content
  56. attributes:
  57. label: 📄 配置内容
  58. description: 请提供相关的配置内容(记得隐藏敏感信息如 webhook 地址)
  59. placeholder: |
  60. 请贴出相关的配置内容(记得隐藏 webhook 地址等敏感信息):
  61. ```yaml
  62. notification:
  63. enable_notification: true
  64. webhooks:
  65. feishu_url: "***隐藏***"
  66. dingtalk_url: "***隐藏***"
  67. ```
  68. 💡 配置文件截图也很有用!
  69. validations:
  70. required: false
  71. - type: textarea
  72. id: error-messages
  73. attributes:
  74. label: ❌ 错误信息(如果有的话)
  75. description: 如果程序显示了错误信息,请贴出来
  76. placeholder: |
  77. 如果有错误信息,请完整复制到这里:
  78. ```
  79. 错误信息内容...
  80. ```
  81. 💡 错误信息的截图也很重要!
  82. - type: textarea
  83. id: screenshots
  84. attributes:
  85. label: 📷 相关截图(强烈推荐)
  86. description: 上传配置界面、错误信息等截图
  87. placeholder: |
  88. 请上传相关截图,特别是:
  89. - 配置文件内容截图
  90. - 错误信息截图
  91. - 操作界面截图
  92. - 期望效果的参考图
  93. 💡 截图是最直观的问题展示方式!
  94. - type: textarea
  95. id: additional-info
  96. attributes:
  97. label: 📎 其他补充信息
  98. description: 其他可能有用的信息
  99. placeholder: |
  100. - 操作系统版本(如 Windows 11、macOS)
  101. - Python 版本信息
  102. - 网络环境特殊情况
  103. - 具体使用场景说明
  104. - 其他你觉得相关的信息