|
| 1 | +name: 🐛 问题报告 / Bug Report |
| 2 | +description: 报告项目中的错误或问题 / Report bugs or issues in the project |
| 3 | +assignees: |
| 4 | + - XinLi-cyber |
| 5 | +labels: |
| 6 | + - "type: bug" |
| 7 | + - "status: waiting-for-triage" |
| 8 | +type: Bug |
| 9 | +body: |
| 10 | + - type: markdown |
| 11 | + attributes: |
| 12 | + value: | |
| 13 | + ## 感谢您提交问题报告!/ Thank you for submitting a bug report! |
| 14 | + |
| 15 | + 请尽可能详细地描述问题,这将帮助我们更快地定位和修复问题。 |
| 16 | + Please describe the issue in as much detail as possible to help us locate and fix it faster. |
| 17 | + |
| 18 | + - type: input |
| 19 | + id: summary |
| 20 | + attributes: |
| 21 | + label: 问题摘要 / Issue Summary |
| 22 | + description: 用一句话简要描述这个问题 / Briefly describe this bug in one sentence |
| 23 | + placeholder: | |
| 24 | + 例如:用户登录后页面显示空白 |
| 25 | + Example: Page shows blank after user login |
| 26 | + validations: |
| 27 | + required: true |
| 28 | + |
| 29 | + - type: dropdown |
| 30 | + id: version |
| 31 | + attributes: |
| 32 | + label: 版本信息 / Version Information |
| 33 | + description: 您使用的是哪个版本?/ Which version are you using? |
| 34 | + options: |
| 35 | + - "v1.0.1 (最新版 / Latest)" |
| 36 | + - v1.0.0 |
| 37 | + - "其他 (请在下方说明) / Other (please specify below)" |
| 38 | + validations: |
| 39 | + required: true |
| 40 | + |
| 41 | + - type: dropdown |
| 42 | + id: browser |
| 43 | + attributes: |
| 44 | + label: 浏览器 / Browser |
| 45 | + description: 在哪个浏览器中发现了这个问题?/ In which browser did you encounter this issue? |
| 46 | + multiple: true |
| 47 | + options: |
| 48 | + - Firefox |
| 49 | + - Chrome |
| 50 | + - Safari |
| 51 | + - "Microsoft Edge" |
| 52 | + - Opera |
| 53 | + - "其他 (请在下方说明) / Other (please specify below)" |
| 54 | + |
| 55 | + - type: dropdown |
| 56 | + id: os |
| 57 | + attributes: |
| 58 | + label: 操作系统 / Operating System |
| 59 | + description: 您使用的操作系统 / Your operating system |
| 60 | + options: |
| 61 | + - "Windows 11" |
| 62 | + - "Windows 10" |
| 63 | + - "macOS (Intel)" |
| 64 | + - "macOS (Apple Silicon)" |
| 65 | + - "Ubuntu/Debian" |
| 66 | + - "Other Linux" |
| 67 | + - HarmonyOS |
| 68 | + - "其他 (请在下方说明) / Other (please specify below)" |
| 69 | + |
| 70 | + - type: textarea |
| 71 | + id: what-happened |
| 72 | + attributes: |
| 73 | + label: 发生了什么?/ What happened? |
| 74 | + description: | |
| 75 | + 详细描述问题的现象 |
| 76 | + Describe the bug phenomenon in detail |
| 77 | + placeholder: | |
| 78 | + 告诉我们您看到了什么! |
| 79 | + Tell us what you saw! |
| 80 | + |
| 81 | + 例如 / Example: |
| 82 | + - 点击登录按钮后,页面没有任何反应 |
| 83 | + - After clicking the login button, the page does not respond |
| 84 | + validations: |
| 85 | + required: true |
| 86 | + |
| 87 | + - type: textarea |
| 88 | + id: expected |
| 89 | + attributes: |
| 90 | + label: 期望的行为 / Expected Behavior |
| 91 | + description: | |
| 92 | + 描述您期望发生什么 |
| 93 | + Describe what you expected to happen |
| 94 | + placeholder: | |
| 95 | + 告诉我们您期望看到什么! |
| 96 | + Tell us what you expected to see! |
| 97 | + |
| 98 | + 例如 / Example: |
| 99 | + - 点击登录按钮后应该跳转到用户 dashboard 页面 |
| 100 | + - After clicking login button, should redirect to user dashboard page |
| 101 | + validations: |
| 102 | + required: true |
| 103 | + |
| 104 | + - type: textarea |
| 105 | + id: steps |
| 106 | + attributes: |
| 107 | + label: 重现步骤 / Steps to Reproduce |
| 108 | + description: | |
| 109 | + 如何重现这个问题? |
| 110 | + How to reproduce this issue? |
| 111 | + placeholder: | |
| 112 | + 1. 进入页面 '...' / Go to page '...' |
| 113 | + 2. 点击 '....' / Click on '....' |
| 114 | + 3. 滚动到 '....' / Scroll to '....' |
| 115 | + 4. 看到错误 / See error |
| 116 | + validations: |
| 117 | + required: true |
| 118 | + |
| 119 | + - type: textarea |
| 120 | + id: logs |
| 121 | + attributes: |
| 122 | + label: 相关日志 / Relevant Logs |
| 123 | + description: | |
| 124 | + 请复制粘贴任何相关的日志输出、错误信息或控制台输出 |
| 125 | + Please copy and paste any relevant log output, error messages, or console output |
| 126 | + |
| 127 | + 这将自动格式化为代码块,无需使用反引号 |
| 128 | + This will be automatically formatted as code block, no need for backticks |
| 129 | + render: shell |
| 130 | + |
| 131 | + - type: textarea |
| 132 | + id: additional-context |
| 133 | + attributes: |
| 134 | + label: 额外信息 / Additional Context |
| 135 | + description: | |
| 136 | + 添加任何其他有助于解决问题的信息,如截图、相关链接等 |
| 137 | + Add any other information that might help solve the issue, such as screenshots, related links, etc. |
| 138 | + |
| 139 | + - type: checkboxes |
| 140 | + id: terms |
| 141 | + attributes: |
| 142 | + label: 确认事项 / Confirmations |
| 143 | + description: | |
| 144 | + 提交前请确认以下事项 |
| 145 | + Please confirm the following before submitting |
| 146 | + options: |
| 147 | + - label: | |
| 148 | + 我已经搜索了现有的issues,确认这不是重复问题 |
| 149 | + I have searched existing issues and confirmed this is not a duplicate |
| 150 | + required: true |
| 151 | + - label: | |
| 152 | + 我已经阅读了项目文档和 FAQ |
| 153 | + I have read the project documentation and FAQ |
| 154 | + required: true |
| 155 | + - label: | |
| 156 | + 我提供的信息准确完整 |
| 157 | + The information I provided is accurate and complete |
| 158 | + required: true |
| 159 | + - label: | |
| 160 | + 我愿意协助测试问题修复 (可选) |
| 161 | + I'm willing to help test the bug fix (optional) |
| 162 | + required: false |
0 commit comments