Skip to content

Commit 3c56c37

Browse files
committed
fix: incorrect release version
1 parent 439343a commit 3c56c37

File tree

5 files changed

+174
-3
lines changed

5 files changed

+174
-3
lines changed
Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
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!'

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Ask a question or get support
4+
url: https://github.com/yetone/bob-plugin-openai-translator/discussions/categories/q-a
5+
about: Ask a question or request support for OpenAI Translator Bob Plugin

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
name: Feature
2+
description: Add new feature, improve code, and more
3+
labels: [ "enhancement" ]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
**非常感谢您的功能建议!Thank you very much for your feature proposal!**
9+
- type: checkboxes
10+
attributes:
11+
label: Search before asking
12+
description: >
13+
请在提交前搜索 [issues](https://github.com/yetone/openai-translator/issues),以查看您的问题是否已经被提交。
14+
15+
Please search [issues](https://github.com/yetone/openai-translator/issues) to check if your issue has already been reported.
16+
options:
17+
- label: >
18+
在 [issues](https://github.com/yetone/openai-translator/issues) 中没有找到类似的内容。
19+
20+
I searched in the [issues](https://github.com/yetone/openai-translator/issues) and found nothing similar.
21+
required: true
22+
- type: input
23+
attributes:
24+
label: feature
25+
description: >
26+
一句话概括你的功能建议。Please provide a brief description of your feature proposal.
27+
validations:
28+
required: true
29+
- type: textarea
30+
attributes:
31+
label: 描述 Motivation
32+
description: >
33+
解释一下这个功能将如何解决您的问题。
34+
35+
Explain how this feature will resolve your problem, including the way it addresses the issue that you are facing.
36+
validations:
37+
required: true
38+
- type: textarea
39+
attributes:
40+
label: Solution
41+
description: 描述建议的解决方案。Describe the proposed solution. (if you have any additional information, please add it here.)
42+
- type: textarea
43+
attributes:
44+
label: 还有其他内容吗?Anything else?
45+
- type: checkboxes
46+
attributes:
47+
label: 你是否愿意提交一份 PR?Are you willing to submit a PR?
48+
description: >
49+
我们期待开发人员和用户的帮助,以解决在 OpenAI Translator Bob Plugin 中发现的任何问题。 如果您愿意通过提交 PR 来解决此问题,请勾选。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.
50+
options:
51+
- label: 我愿意提供 PR! I'm willing to submit a PR!
52+
- type: markdown
53+
attributes:
54+
value: "非常感谢您的功能建议!Thank you very much for your feature proposal!"
55+

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
3838
- name: Commit files
3939
run: |
40-
git config --global user.name 'yetone'
41-
git config --global user.email 'yetoneful@gmail.com'
40+
git config --global user.name 'Bryan Lee'
41+
git config --global user.email '38807139+liby@users.noreply.github.com'
4242
git add .
4343
git commit -am 'update appcast.json'
4444

src/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"identifier": "yetone.openai.translator",
3-
"version": "0.2.6",
3+
"version": "0.1.0",
44
"category": "translate",
55
"name": "OpenAI Translator",
66
"summary": "GPT powered translator",

0 commit comments

Comments
 (0)