|
1 | 1 | ---
|
2 | 2 | name: Bug report (BUG模板)
|
3 |
| -about: Create a bug report to help us fix it. (创建一个BUG报告以帮助我们进行修复) |
| 3 | +about: Create a bug report helping us fix it. (创建一个 BUG 报告以帮助我们进行修复) |
4 | 4 | title: "[BUG] Error with something"
|
5 | 5 | labels: await investigate, bug
|
6 |
| -assignees: '' |
7 | 6 |
|
8 | 7 | ---
|
9 | 8 |
|
10 |
| -**Describe the bug (描述)** |
11 |
| -A clear and concise description of what the bug is. 请用精炼的语句准确描述你遇到的BUG。 |
| 9 | +**Describe the bug** |
| 10 | +<!-- A clear and concise description of what the bug is. |
| 11 | + 请用精炼的语句准确描述你遇到的BUG。--> |
12 | 12 |
|
13 |
| -**How to reproduce (如何复现)** |
14 |
| -Please **provide a minimum demo** rather than **a full project or a incomplete pages**. Otherwise we have rights to reject your request. |
| 13 | +**How to reproduce** |
| 14 | +<!-- Please **provide a minimum demo** rather than |
| 15 | + **a full project or a incomplete pages**. |
| 16 | + Otherwise, we won't accept your request. |
| 17 | + 请提供一个 **最简单的 demo** 用于复现,而不要提供 **整个项目或者不完整的页面**, |
| 18 | + 否则我们不会受理你的问题。--> |
15 | 19 |
|
16 |
| -请提供一个**最小化的demo**用于复现,而不要提供**整个项目或者不完整的页面**,否则我们有权拒绝你的请求。 |
| 20 | +Steps to reproduce the behavior: |
| 21 | +<!-- 描述复现步骤 --> |
17 | 22 |
|
18 |
| -Steps to reproduce the behavior (描述复现步骤): |
19 | 23 | 1. Go to '...'
|
20 | 24 | 2. Click on '....'
|
21 | 25 | 3. Scroll down to '....'
|
22 |
| -4. See error |
| 26 | +4. Error occurred. |
23 | 27 |
|
24 |
| -**Expected behavior (期望行为)** |
25 |
| -A clear and concise description of what you expected to happen. |
| 28 | +**Expected behavior** |
| 29 | +<!-- A clear and concise description of what you expected to happen. |
| 30 | + 描述你期望的行为。--> |
26 | 31 |
|
27 |
| -**Screenshots (If contains) (是否有截图可以提供)** |
28 |
| -If applicable, add screenshots to help explain your problem. |
| 32 | +**Screenshots (If contains)** |
| 33 | +<!-- If applicable, add screenshots to help explain your problem. |
| 34 | + 如有相关截图,请提供它们用于解释问题所在。--> |
29 | 35 |
|
30 |
| -**Device information (设备信息)** |
31 |
| - - Device: [e.g. iPhone6] |
32 |
| - - OS: [e.g. iOS8.1] |
33 |
| - - Package Version: [e.g. 22] |
34 |
| - - Flutter Version: [e.g. v1.17.1] |
| 36 | +**Version information** |
35 | 37 |
|
36 |
| -**Additional context (附加信息)** |
37 |
| -Add any other context about the problem here. 在此提供更多的内容。 |
| 38 | +- Device: [e.g. iPhone X] |
| 39 | +- OS: [e.g. iOS 14.7.1] |
| 40 | +- Package Version: [e.g. 2.4.1] |
| 41 | +- Flutter Version: [e.g. v2.5.0] |
| 42 | + |
| 43 | +**Additional context** |
| 44 | +<!-- Add any other context about the problem here. |
| 45 | + 在此提供更多的内容。 --> |
0 commit comments