|
| 1 | +name: ✨ 功能请求 / Feature Request |
| 2 | +description: 建议一个新功能或改进 / Suggest a new feature or improvement |
| 3 | +assignees: |
| 4 | + - XinLi-cyber |
| 5 | +labels: |
| 6 | + - "type: feature" |
| 7 | + - "status: waiting-for-internal-feedback" |
| 8 | +type: Feature |
| 9 | +body: |
| 10 | + - type: markdown |
| 11 | + attributes: |
| 12 | + value: | |
| 13 | + ## 感谢您的功能建议!/ Thank you for your feature suggestion! |
| 14 | + |
| 15 | + 请详细描述您的想法,这将帮助我们更好地理解和评估您的建议。 |
| 16 | + Please describe your idea in detail to help us better understand and evaluate your suggestion. |
| 17 | + |
| 18 | + - type: input |
| 19 | + id: summary |
| 20 | + attributes: |
| 21 | + label: 功能摘要 / Feature Summary |
| 22 | + description: | |
| 23 | + 用一句话描述您想要的功能 |
| 24 | + Describe the feature you want in one sentence |
| 25 | + placeholder: | |
| 26 | + 例如:添加暗色主题支持 |
| 27 | + Example: Add dark theme support |
| 28 | + validations: |
| 29 | + required: true |
| 30 | + |
| 31 | + - type: dropdown |
| 32 | + id: feature-type |
| 33 | + attributes: |
| 34 | + label: 功能类型 / Feature Type |
| 35 | + description: | |
| 36 | + 这是什么类型的功能请求? |
| 37 | + What type of feature request is this? |
| 38 | + options: |
| 39 | + - 全新功能 / New Feature |
| 40 | + - 用户体验改进 / UX Improvement |
| 41 | + - 性能优化 / Performance Optimization |
| 42 | + - "API改进 / API Enhancement" |
| 43 | + - 文档改进 / Documentation Improvement |
| 44 | + - 安全性增强 / Security Enhancement |
| 45 | + - 移动端支持 / Mobile Support |
| 46 | + - "国际化支持 / i18n Support" |
| 47 | + - 其他 / Other |
| 48 | + validations: |
| 49 | + required: true |
| 50 | + |
| 51 | + - type: dropdown |
| 52 | + id: priority |
| 53 | + attributes: |
| 54 | + label: 优先级 / Priority |
| 55 | + description: | |
| 56 | + 您认为这个功能的重要程度如何? |
| 57 | + How important do you think this feature is? |
| 58 | + options: |
| 59 | + - 高 - 非常需要这个功能 / High - Really need this feature |
| 60 | + - 中 - 有了更好 / Medium - Would be nice to have |
| 61 | + - 低 - 可有可无 / Low - Optional |
| 62 | + validations: |
| 63 | + required: true |
| 64 | + |
| 65 | + - type: textarea |
| 66 | + id: problem |
| 67 | + attributes: |
| 68 | + label: 问题描述 / Problem Description |
| 69 | + description: | |
| 70 | + 这个功能要解决什么问题?为什么需要这个功能? |
| 71 | + What problem does this feature solve? Why is this feature needed? |
| 72 | + placeholder: | |
| 73 | + 我遇到的问题是... / The problem I encountered is... |
| 74 | + |
| 75 | + 例如 / Example: |
| 76 | + - 当前没有暗色主题,长时间使用眼睛疲劳 |
| 77 | + - Currently there's no dark theme, eyes get tired after long usage |
| 78 | + validations: |
| 79 | + required: true |
| 80 | + |
| 81 | + - type: textarea |
| 82 | + id: solution |
| 83 | + attributes: |
| 84 | + label: 建议的解决方案 / Proposed Solution |
| 85 | + description: | |
| 86 | + 您希望如何解决这个问题?详细描述您设想的功能。 |
| 87 | + How would you like to solve this problem? Describe the feature you envision in detail. |
| 88 | + placeholder: | |
| 89 | + 我认为可以通过...来解决 / I think this can be solved by... |
| 90 | + |
| 91 | + 例如 / Example: |
| 92 | + - 在设置页面添加主题切换选项,支持亮色/暗色/自动模式 |
| 93 | + - Add theme toggle option in settings, supporting light/dark/auto modes |
| 94 | + validations: |
| 95 | + required: true |
| 96 | + |
| 97 | + - type: textarea |
| 98 | + id: alternatives |
| 99 | + attributes: |
| 100 | + label: 替代方案 / Alternative Solutions |
| 101 | + description: | |
| 102 | + 您考虑过其他解决方案吗? |
| 103 | + Have you considered any alternative solutions? |
| 104 | + placeholder: | |
| 105 | + 我也考虑过... / I also considered... |
| 106 | + |
| 107 | + 例如 / Example: |
| 108 | + - 使用浏览器扩展来改变页面样式 |
| 109 | + - Using browser extension to change page styling |
| 110 | + |
| 111 | + - type: checkboxes |
| 112 | + id: confirmations |
| 113 | + attributes: |
| 114 | + label: 确认事项 / Confirmations |
| 115 | + description: | |
| 116 | + 提交前请确认以下事项 |
| 117 | + Please confirm the following before submitting |
| 118 | + options: |
| 119 | + - label: | |
| 120 | + 我已经搜索了现有的 issues 和讨论,确认这不是重复建议 |
| 121 | + I have searched existing issues and discussions, confirming this is not a duplicate suggestion |
| 122 | + required: true |
| 123 | + - label: | |
| 124 | + 这个功能符合项目的目标和范围 |
| 125 | + This feature aligns with the project's goals and scope |
| 126 | + required: true |
| 127 | + - label: | |
| 128 | + 我理解这个功能可能需要时间来实现 |
| 129 | + I understand this feature may take time to implement |
| 130 | + required: true |
| 131 | + - label: | |
| 132 | + 我愿意协助实现这个功能 (可选) |
| 133 | + I'm willing to help implement this feature (optional) |
| 134 | + required: false |
0 commit comments