|
| 1 | +name: ❓ 问题咨询 / Question |
| 2 | +description: 询问使用相关的问题 / Ask usage-related questions |
| 3 | +assignees: |
| 4 | + - XinLi-cyber |
| 5 | +labels: |
| 6 | + - "type: feature" |
| 7 | + - "status: waiting-for-internal-feedback" |
| 8 | +type: Task |
| 9 | +body: |
| 10 | + - type: markdown |
| 11 | + attributes: |
| 12 | + value: | |
| 13 | + ## 提问前请先查看 / Please check before asking |
| 14 | + |
| 15 | + - 📚 项目文档 / Documentation |
| 16 | + - ❓ 常见问题 / FAQ |
| 17 | + - 💬 [讨论区 / Discussions](https://github.com/ModelEngine-Group/app-platform/discussions) |
| 18 | + |
| 19 | + 如果文档中没有找到答案,请详细描述您的问题。 |
| 20 | + If you can't find the answer in the documentation, please describe your question in detail. |
| 21 | + |
| 22 | + - type: input |
| 23 | + id: summary |
| 24 | + attributes: |
| 25 | + label: 问题摘要 / Question Summary |
| 26 | + description: | |
| 27 | + 简要描述您的问题 |
| 28 | + Briefly describe your question |
| 29 | + placeholder: | |
| 30 | + 例如:如何配置数据库连接? |
| 31 | + Example: How to configure database connection? |
| 32 | + validations: |
| 33 | + required: true |
| 34 | + |
| 35 | + - type: dropdown |
| 36 | + id: category |
| 37 | + attributes: |
| 38 | + label: 问题类别 / Question Category |
| 39 | + description: | |
| 40 | + 您的问题属于哪个类别? |
| 41 | + Which category does your question belong to? |
| 42 | + options: |
| 43 | + - 安装配置 / Installation & Configuration |
| 44 | + - 使用教程 / Usage Tutorial |
| 45 | + - "API相关 / API Related" |
| 46 | + - 故障排除 / Troubleshooting |
| 47 | + - 最佳实践 / Best Practices |
| 48 | + - 性能相关 / Performance Related |
| 49 | + - 集成问题 / Integration Issues |
| 50 | + - 其他 / Other |
| 51 | + validations: |
| 52 | + required: true |
| 53 | + |
| 54 | + - type: textarea |
| 55 | + id: question |
| 56 | + attributes: |
| 57 | + label: 详细问题 / Detailed Question |
| 58 | + description: | |
| 59 | + 详细描述您遇到的问题,包括: |
| 60 | + - 您想要实现什么 |
| 61 | + - 您尝试了什么方法 |
| 62 | + - 遇到了什么困难 |
| 63 | + |
| 64 | + Describe your problem in detail, including: |
| 65 | + - What you want to achieve |
| 66 | + - What methods you tried |
| 67 | + - What difficulties you encountered |
| 68 | + placeholder: | |
| 69 | + 我想要... / I want to... |
| 70 | + 我尝试了... / I tried... |
| 71 | + 但是遇到了... / But I encountered... |
| 72 | + validations: |
| 73 | + required: true |
| 74 | + |
| 75 | + - type: textarea |
| 76 | + id: context |
| 77 | + attributes: |
| 78 | + label: 环境信息 / Environment Information |
| 79 | + description: | |
| 80 | + 提供相关的环境信息 / Provide relevant environment information |
| 81 | + placeholder: | |
| 82 | + - 操作系统 / OS: (例如 Windows 11, macOS 13, Ubuntu 20.04) |
| 83 | + - 浏览器版本 / Browser: (例如 Chrome 118, Firefox 119) |
| 84 | + - 项目版本 / Project Version: (例如 v1.2.3) |
| 85 | + - 其他相关信息 / Other relevant info: |
| 86 | + |
| 87 | + - type: checkboxes |
| 88 | + id: checklist |
| 89 | + attributes: |
| 90 | + label: 确认事项 / Checklist |
| 91 | + description: | |
| 92 | + 提交前请确认 / Please confirm before submitting |
| 93 | + options: |
| 94 | + - label: | |
| 95 | + 我已经查看了项目文档 |
| 96 | + I have read the project documentation |
| 97 | + required: true |
| 98 | + - label: | |
| 99 | + 我已经搜索了相关 issues 和讨论 |
| 100 | + I have searched related issues and discussions |
| 101 | + required: true |
| 102 | + - label: | |
| 103 | + 我已经尝试了基本的故障排除步骤 |
| 104 | + I have tried basic troubleshooting steps |
| 105 | + required: true |
0 commit comments