|
| 1 | +name: "🐛 Bug Report / 问题反馈" |
| 2 | +title: "[Bug] " |
| 3 | +description: Report a reproducible bug in AstrBot Desktop. / 反馈 AstrBot Desktop 可复现问题。 |
| 4 | +labels: ["bug"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Thanks for reporting this issue. Please provide reproducible steps and logs. |
| 10 | + 感谢反馈问题。请尽量提供可复现步骤和日志,信息不足的问题可能无法排查。 |
| 11 | +
|
| 12 | + - type: textarea |
| 13 | + attributes: |
| 14 | + label: What happened? / 实际发生了什么? |
| 15 | + description: Describe the actual behavior. |
| 16 | + placeholder: A clear and specific description of the issue. |
| 17 | + validations: |
| 18 | + required: true |
| 19 | + |
| 20 | + - type: textarea |
| 21 | + attributes: |
| 22 | + label: Expected behavior / 预期行为 |
| 23 | + description: What did you expect to happen? |
| 24 | + validations: |
| 25 | + required: true |
| 26 | + |
| 27 | + - type: textarea |
| 28 | + attributes: |
| 29 | + label: Steps to reproduce / 复现步骤 |
| 30 | + description: Please provide minimal reproducible steps. |
| 31 | + placeholder: | |
| 32 | + 1. ... |
| 33 | + 2. ... |
| 34 | + 3. ... |
| 35 | + validations: |
| 36 | + required: true |
| 37 | + |
| 38 | + - type: input |
| 39 | + attributes: |
| 40 | + label: Desktop version / 桌面端版本 |
| 41 | + description: e.g. 4.17.6 |
| 42 | + placeholder: 4.x.x |
| 43 | + validations: |
| 44 | + required: true |
| 45 | + |
| 46 | + - type: dropdown |
| 47 | + attributes: |
| 48 | + label: Installation channel / 安装来源 |
| 49 | + multiple: false |
| 50 | + options: |
| 51 | + - GitHub Release installer |
| 52 | + - Built from source |
| 53 | + - Other |
| 54 | + validations: |
| 55 | + required: true |
| 56 | + |
| 57 | + - type: dropdown |
| 58 | + attributes: |
| 59 | + label: OS / 操作系统 |
| 60 | + multiple: false |
| 61 | + options: |
| 62 | + - Windows |
| 63 | + - macOS |
| 64 | + - Linux |
| 65 | + - Other |
| 66 | + validations: |
| 67 | + required: true |
| 68 | + |
| 69 | + - type: input |
| 70 | + attributes: |
| 71 | + label: Architecture / 架构 |
| 72 | + description: e.g. amd64 / arm64 |
| 73 | + placeholder: amd64 |
| 74 | + validations: |
| 75 | + required: true |
| 76 | + |
| 77 | + - type: input |
| 78 | + attributes: |
| 79 | + label: Upstream AstrBot ref used by desktop build (optional) / 桌面构建使用的上游 AstrBot Ref(可选) |
| 80 | + placeholder: v4.17.6 / master / commit SHA |
| 81 | + validations: |
| 82 | + required: false |
| 83 | + |
| 84 | + - type: textarea |
| 85 | + attributes: |
| 86 | + label: Logs, screenshots, and additional context / 日志、截图与补充信息 |
| 87 | + description: | |
| 88 | + Please include desktop logs, backend logs, screenshots, and (if relevant) GitHub Actions links. |
| 89 | + 请附上桌面端日志、后端日志、截图,必要时附 Actions 链接。 |
| 90 | + placeholder: Paste logs/screenshots/links here. |
| 91 | + validations: |
| 92 | + required: true |
| 93 | + |
| 94 | + - type: checkboxes |
| 95 | + attributes: |
| 96 | + label: Willing to submit a PR? / 是否愿意提交 PR? |
| 97 | + options: |
| 98 | + - label: I am willing to submit a PR to fix this issue. / 我愿意提交 PR 修复此问题。 |
| 99 | + |
| 100 | + - type: checkboxes |
| 101 | + attributes: |
| 102 | + label: Code of Conduct |
| 103 | + options: |
| 104 | + - label: I agree to follow the project's Code of Conduct. / 我同意遵守项目行为准则。 |
| 105 | + required: true |
| 106 | + |
0 commit comments