|
| 1 | +name: Bug report |
| 2 | +description: Problems with the software |
| 3 | +title: '[Bug] {{请输入标题,不要留空 - Please enter a title, do not leave it blank.}}' |
| 4 | +labels: ['bug'] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + **非常感谢您的反馈!Thank you very much for your feedback!** |
| 10 | +
|
| 11 | + 有关讨论、建议或者咨询的内容请去往[讨论区](https://github.com/yetone/bob-plugin-openai-translator/discussions)。 |
| 12 | +
|
| 13 | + For suggestions or help, please consider using [Github Discussion](https://github.com/yetone/bob-plugin-openai-translator/discussions) instead. |
| 14 | +
|
| 15 | + - type: checkboxes |
| 16 | + attributes: |
| 17 | + label: Please search before asking |
| 18 | + description: | |
| 19 | + 辛苦提 Bug 前,检索一下 [问题](https://github.com/yetone/bob-plugin-openai-translator/issues?q=) 列表是否已经存在类似问题。麻烦提供系统版本、录屏或者截图、复现步骤,有助于更好的解决问题。 |
| 20 | +
|
| 21 | + 非 Bug 相关,烦请移步 [讨论区](https://github.com/yetone/bob-plugin-openai-translator/discussions) 找寻有关讨论。 |
| 22 | +
|
| 23 | + Please search [issues](https://github.com/yetone/bob-plugin-openai-translator/issues) to check if your issue has already been reported. |
| 24 | + |
| 25 | + Not related to bugs, please go to the [discussion area](https://github.com/yetone/bob-plugin-openai-translator/discussions) for relevant discussions. |
| 26 | +
|
| 27 | + options: |
| 28 | + - label: > |
| 29 | + I searched in the [issues](https://github.com/yetone/bob-plugin-openai-translator/issues) and found nothing similar. |
| 30 | + required: true |
| 31 | + - type: checkboxes |
| 32 | + attributes: |
| 33 | + label: Please read README |
| 34 | + description: | |
| 35 | + 辛苦提 Bug 前,请确定是按照 README 中的 [使用方法](https://github.com/yetone/bob-plugin-openai-translator/tree/main#%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95) 部分安装的。 |
| 36 | + |
| 37 | + Before reporting bugs, please carefully read the [usage instructions]((https://github.com/yetone/bob-plugin-openai-translator/tree/main#%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95) section in README |
| 38 | + |
| 39 | + options: |
| 40 | + - label: I have read the usage instructions section in README in detail. |
| 41 | + required: true |
| 42 | + - type: checkboxes |
| 43 | + attributes: |
| 44 | + label: Please check your network and OpenAI API quota |
| 45 | + description: | |
| 46 | + 如果您遇到的报错是 Failed to fetch 或者 API quota exceed,则说明是网络问题或者 OpenAI API 使用量超过阈值,这些问题都与 OpenAI Translator Bob Plugin 无关,请自行解决。 |
| 47 | + |
| 48 | + If you encounter error messages such as 'Failed to fetch' or 'API quota exceed', it means there is a network issue or the usage limit of OpenAI API has been exceeded. These issues are not related to OpenAI Translator Bob Plugin, please resolve them on your own. |
| 49 | +
|
| 50 | + options: |
| 51 | + - label: I am sure it is not a network issue or an OpenAI API quota issue. |
| 52 | + required: true |
| 53 | + - type: input |
| 54 | + attributes: |
| 55 | + label: OpenAI Translator Bob Plugin version |
| 56 | + description: | |
| 57 | + 请提供您正在使用的 OpenAI Translator Bob Plugin 的版本。 |
| 58 | + |
| 59 | + Please provide the version of OpenAI Translator Bob Plugin you are using. For example, `v0.1.0`. |
| 60 | + validations: |
| 61 | + required: true |
| 62 | + - type: input |
| 63 | + attributes: |
| 64 | + label: 系统版本 | System version |
| 65 | + description: | |
| 66 | + 请提供您正在使用的系统/浏览器版本。 |
| 67 | + |
| 68 | + Please provide the version of the System/Browser you are using. For example, `macOS 11.2.3`. |
| 69 | + validations: |
| 70 | + required: true |
| 71 | + - type: input |
| 72 | + attributes: |
| 73 | + label: Bob version |
| 74 | + description: | |
| 75 | + 请提供您正在使用的 Bob 版本。Please provide the version of the Bob you are using. For example, `Bob 1.6.0 [103]`. |
| 76 | + validations: |
| 77 | + required: true |
| 78 | + - type: textarea |
| 79 | + attributes: |
| 80 | + label: 复现步骤 | Reproduce step |
| 81 | + description: | |
| 82 | + 请提供完整且简明的复现步骤,以方便及时定位并解决问题。 |
| 83 | + |
| 84 | + Please provide complete and concise reproduction steps to facilitate timely identification and resolution of the issue. |
| 85 | + validations: |
| 86 | + required: true |
| 87 | + - type: textarea |
| 88 | + attributes: |
| 89 | + label: 你看到了什么错误?What errors do you see? |
| 90 | + validations: |
| 91 | + required: true |
| 92 | + - type: textarea |
| 93 | + attributes: |
| 94 | + label: 你期望看到什么?What did you expect to see? |
| 95 | + validations: |
| 96 | + required: true |
| 97 | + - type: textarea |
| 98 | + attributes: |
| 99 | + label: 还有其他的内容吗?Anything else? |
| 100 | + - type: checkboxes |
| 101 | + attributes: |
| 102 | + label: 你是否愿意提交一份 PR 来修改这个错误?Are you willing to submit a PR? |
| 103 | + description: | |
| 104 | + 我们期待开发人员和用户的帮助,以解决在 OpenAI Translator Bob Plugin 中发现的任何问题。 如果您愿意通过提交 PR 来解决此问题,请勾选。 |
| 105 | + |
| 106 | + We eagerly anticipate developers' and users' support and collaboration in resolving any issues found in OpenAI Translator Bob Plugin. If you are willing to offer a solution by submitting a PR to fix this matter, kindly mark the checkbox provided. |
| 107 | + options: |
| 108 | + - label: 我愿意提供 PR! I'm willing to submit a PR! |
| 109 | + - type: markdown |
| 110 | + attributes: |
| 111 | + value: '非常感谢您的反馈!Thank you very much for your feedback!' |
0 commit comments