|
| 1 | +name: 🔧 其他问题 / Other Issues |
| 2 | +description: 报告不属于上述分类的其他问题或建议 / Report other issues or suggestions that don't fit the above categories |
| 3 | +assignees: |
| 4 | + - XinLi-cyber |
| 5 | +labels: |
| 6 | + - "status: waiting-for-triage" |
| 7 | +type: Task |
| 8 | +body: |
| 9 | + - type: markdown |
| 10 | + attributes: |
| 11 | + value: | |
| 12 | + ## 提交其他类型的问题 / Submit Other Types of Issues |
| 13 | + |
| 14 | + 如果您的问题不属于问题报告、文档问题、功能请求或问题咨询,请使用此模板。 |
| 15 | + If your issue doesn't belong to bug reports, documentation issues, feature requests or questions, please use this template. |
| 16 | + |
| 17 | + **在提交前,请确认您的问题确实不属于以下类别:** |
| 18 | + **Before submitting, please confirm your issue doesn't belong to the following categories:** |
| 19 | + - 🐛 [问题报告 / Bug Report](./new?template=bug_report.yml) - 项目功能错误 |
| 20 | + - 📚 [文档问题 / Documentation](./new?template=documentation.yml) - 文档相关问题 |
| 21 | + - ✨ [功能请求 / Feature Request](./new?template=feature_request.yml) - 新功能建议 |
| 22 | + - ❓ [问题咨询 / Question](./new?template=question.yml) - 使用相关问题 |
| 23 | + |
| 24 | + - type: input |
| 25 | + id: summary |
| 26 | + attributes: |
| 27 | + label: 问题摘要 / Issue Summary |
| 28 | + description: 用一句话简要描述您的问题或建议 / Briefly describe your issue or suggestion in one sentence |
| 29 | + placeholder: | |
| 30 | + 例如:建议添加GitHub Actions工作流 |
| 31 | + Example: Suggest adding GitHub Actions workflow |
| 32 | + validations: |
| 33 | + required: true |
| 34 | + |
| 35 | + - type: dropdown |
| 36 | + id: category |
| 37 | + attributes: |
| 38 | + label: 问题类别 / Issue Category |
| 39 | + description: 请选择最接近的问题类别 / Please select the closest issue category |
| 40 | + options: |
| 41 | + - "项目管理 / Project Management" |
| 42 | + - "开发工具 / Development Tools" |
| 43 | + - "CI/CD相关 / CI/CD Related" |
| 44 | + - "安全相关 / Security Related" |
| 45 | + - "许可证问题 / License Issues" |
| 46 | + - "社区建议 / Community Suggestions" |
| 47 | + - "第三方集成 / Third-party Integration" |
| 48 | + - "环境配置 / Environment Setup" |
| 49 | + - "版本发布 / Release Management" |
| 50 | + - "其他 (请在描述中说明) / Other (please specify in description)" |
| 51 | + validations: |
| 52 | + required: true |
| 53 | + |
| 54 | + - type: dropdown |
| 55 | + id: priority |
| 56 | + attributes: |
| 57 | + label: 优先级 / Priority |
| 58 | + description: 您认为这个问题的重要程度如何?/ How important do you think this issue is? |
| 59 | + options: |
| 60 | + - "高 - 影响项目正常运行 / High - Affects normal project operation" |
| 61 | + - "中 - 有一定影响 / Medium - Has some impact" |
| 62 | + - "低 - 优化改进建议 / Low - Optimization/improvement suggestion" |
| 63 | + validations: |
| 64 | + required: true |
| 65 | + |
| 66 | + - type: textarea |
| 67 | + id: description |
| 68 | + attributes: |
| 69 | + label: 详细描述 / Detailed Description |
| 70 | + description: | |
| 71 | + 详细描述您的问题、建议或需求 |
| 72 | + Describe your issue, suggestion, or requirement in detail |
| 73 | + placeholder: | |
| 74 | + 请详细说明... / Please explain in detail... |
| 75 | + |
| 76 | + 包括但不限于 / Including but not limited to: |
| 77 | + - 问题的背景和原因 / Background and reasons for the issue |
| 78 | + - 具体的需求或建议 / Specific requirements or suggestions |
| 79 | + - 对项目的影响 / Impact on the project |
| 80 | + - 您认为的解决方案 / Your proposed solution |
| 81 | + validations: |
| 82 | + required: true |
| 83 | + |
| 84 | + - type: textarea |
| 85 | + id: context |
| 86 | + attributes: |
| 87 | + label: 相关背景 / Related Context |
| 88 | + description: | |
| 89 | + 提供任何相关的背景信息 |
| 90 | + Provide any relevant background information |
| 91 | + placeholder: | |
| 92 | + 相关信息... / Related information... |
| 93 | + |
| 94 | + 例如 / Example: |
| 95 | + - 相关的外部工具或服务 / Related external tools or services |
| 96 | + - 类似项目的实现方式 / Implementation approaches in similar projects |
| 97 | + - 相关的讨论或文章链接 / Links to relevant discussions or articles |
| 98 | + |
| 99 | + - type: textarea |
| 100 | + id: impact |
| 101 | + attributes: |
| 102 | + label: 影响评估 / Impact Assessment |
| 103 | + description: | |
| 104 | + 这个问题或建议会对项目产生什么影响? |
| 105 | + What impact would this issue or suggestion have on the project? |
| 106 | + placeholder: | |
| 107 | + 可能的影响... / Potential impacts... |
| 108 | + |
| 109 | + 例如 / Example: |
| 110 | + - 对开发流程的影响 / Impact on development workflow |
| 111 | + - 对用户体验的影响 / Impact on user experience |
| 112 | + - 对项目维护的影响 / Impact on project maintenance |
| 113 | + |
| 114 | + - type: textarea |
| 115 | + id: additional-info |
| 116 | + attributes: |
| 117 | + label: 补充信息 / Additional Information |
| 118 | + description: | |
| 119 | + 添加任何其他有用的信息,如截图、链接、参考资料等 |
| 120 | + Add any other useful information such as screenshots, links, references, etc. |
| 121 | + |
| 122 | + - type: checkboxes |
| 123 | + id: confirmations |
| 124 | + attributes: |
| 125 | + label: 确认事项 / Confirmations |
| 126 | + description: | |
| 127 | + 提交前请确认以下事项 |
| 128 | + Please confirm the following before submitting |
| 129 | + options: |
| 130 | + - label: | |
| 131 | + 我已经确认这个问题不属于Bug报告、功能请求、问题咨询或文档问题 |
| 132 | + I have confirmed this issue doesn't belong to bug reports, feature requests, questions, or documentation issues |
| 133 | + required: true |
| 134 | + - label: | |
| 135 | + 我已经搜索了现有的issues,确认这不是重复问题 |
| 136 | + I have searched existing issues and confirmed this is not a duplicate |
| 137 | + required: true |
| 138 | + - label: | |
| 139 | + 我提供的信息清晰准确 |
| 140 | + The information I provided is clear and accurate |
| 141 | + required: true |
| 142 | + - label: | |
| 143 | + 我理解这类问题可能需要更多时间来评估和处理 |
| 144 | + I understand this type of issue may require more time to evaluate and process |
| 145 | + required: true |
| 146 | + - label: | |
| 147 | + 我愿意提供更多信息或协助解决 (可选) |
| 148 | + I'm willing to provide more information or help resolve the issue (optional) |
| 149 | + required: false |
0 commit comments