|
| 1 | +name: Bug Report / Bug 报告 |
| 2 | +description: Submit bugs to help us improve the app experience / 提交 Bug 以帮助我们提高应用体验 |
| 3 | +title: "[Bug] My title" |
| 4 | +assignees: Richasy |
| 5 | +labels: |
| 6 | + - "bug" |
| 7 | +body: |
| 8 | +- type: markdown |
| 9 | + attributes: |
| 10 | + value: | |
| 11 | + ## 写在开头 |
| 12 | + 🚨 请务必完整填写下面的内容,如果缺少必要的信息,开发者可能会在未调查的情况下直接关闭问题 🚨 |
| 13 | + |
| 14 | +- type: textarea |
| 15 | + id: description |
| 16 | + validations: |
| 17 | + required: true |
| 18 | + attributes: |
| 19 | + label: Bug description / Bug 描述 |
| 20 | + description: Please briefly describe the problem you encountered / 请简短的描述你遇到的问题 |
| 21 | +- type: textarea |
| 22 | + id: repro-steps |
| 23 | + validations: |
| 24 | + required: true |
| 25 | + attributes: |
| 26 | + label: Reproduce steps / 复现问题的步骤 |
| 27 | + render: plain text |
| 28 | + description: Please provide steps to reproduce the problem, if not, please specify the reason / 请提供复现问题的步骤,如果不能,请写明原因 |
| 29 | + placeholder: | |
| 30 | + 干净清晰的复现步骤有助于开发者更快定位问题所在,你所遇到的问题也会获得更高的优先级. |
| 31 | +
|
| 32 | + 示例步骤: |
| 33 | + 1. 打开应用 |
| 34 | + 2. 进入 '...' |
| 35 | + 3. 点击 '....' |
| 36 | + 4. 滚动至 '....' |
| 37 | + 5. 发现问题 |
| 38 | +- type: textarea |
| 39 | + id: expected-behavior |
| 40 | + validations: |
| 41 | + required: true |
| 42 | + attributes: |
| 43 | + label: Expected behavior / 预期行为 |
| 44 | + description: Briefly describe what results you would like to see / 简要描述你希望看到什么样的结果 |
| 45 | +- type: textarea |
| 46 | + id: screenshots |
| 47 | + attributes: |
| 48 | + label: Screenshot / 截图 |
| 49 | + description: If possible, submitting screenshots will help us analyze the problem / 如果可以,提交截图更有助于我们分析问题 |
| 50 | +- type: checkboxes |
| 51 | + id: environment-package-source |
| 52 | + attributes: |
| 53 | + label: Application source / 应用来源 |
| 54 | + description: Where did you download Loopback Manager from? / 你是从哪里下载的网络回环管理器呢? |
| 55 | + options: |
| 56 | + - label: Microsoft Store |
| 57 | + - label: Github |
| 58 | + - label: Others / 其它 |
| 59 | +- type: input |
| 60 | + id: environment-package-other-source |
| 61 | + attributes: |
| 62 | + label: Other sources |
| 63 | + description: If you downloaded Loopback Manager from elsewhere, please cite the source / 如果你是从其它地方下载的网络回环管理器,请注明来源 |
| 64 | +- type: checkboxes |
| 65 | + id: environment-app-target-version |
| 66 | + attributes: |
| 67 | + label: System version |
| 68 | + description: Choose a system version where you found the problem / 选择一个你发现问题的系统版本 |
| 69 | + options: |
| 70 | + - label: Windows 11 21H2 (Build 22000) |
| 71 | + - label: Others / 其它 |
| 72 | +- type: input |
| 73 | + id: environment-app-target-other-version |
| 74 | + attributes: |
| 75 | + label: Other system versions / 其它系统版本 |
| 76 | + description: If you are running the application on a specific system version, please write it / 如果你是在特别的系统版本中运行应用,请注明系统版本 |
| 77 | +- type: dropdown |
| 78 | + id: form-factor |
| 79 | + attributes: |
| 80 | + multiple: true |
| 81 | + label: Device / 运行设备 |
| 82 | + description: Select the type of device you are currently running Loopback Manager on / 选择你当前运行网络回环管理器的设备类型 |
| 83 | + options: |
| 84 | + - Desktop/桌面/台式机 |
| 85 | + - Tablet/平板或笔记本 |
| 86 | + - Xbox |
| 87 | + - ARM64 device |
| 88 | +- type: textarea |
| 89 | + id: additional-context |
| 90 | + attributes: |
| 91 | + label: Remark / 备注 |
| 92 | + description: Add the information you think is necessary / 添加你认为有必要的信息 |
| 93 | + |
| 94 | +- type: dropdown |
| 95 | + id: contribution |
| 96 | + attributes: |
| 97 | + label: We are the world / 人人为我,我为人人 |
| 98 | + description: Would you be willing to help with this if you could? / 如果可以的话,你是否愿意帮忙解决这个问题? |
| 99 | + options: |
| 100 | + - 'Yes' |
| 101 | + - I'm better at spotting problems |
0 commit comments