Skip to content

Commit 1bd86fa

Browse files
committed
chore: add type declaration
1 parent 64f709d commit 1bd86fa

File tree

7 files changed

+482
-25
lines changed

7 files changed

+482
-25
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,17 @@ body:
88
value: |
99
**非常感谢您的反馈!Thank you very much for your feedback!**
1010
11-
有关讨论、建议或者咨询的内容请去往[讨论区](https://github.com/yetone/bob-plugin-openai-translator/discussions)
11+
有关翻译错误的内容请附在此 [issue](https://github.com/yetone/bob-plugin-openai-translator/issues/30) 中
1212
13-
For suggestions or help, please consider using [Github Discussion](https://github.com/yetone/bob-plugin-openai-translator/discussions) instead.
13+
Please post any translation-related errors in this [issue](https://github.com/yetone/bob-plugin-openai-translator/issues/30).
1414
1515
- type: checkboxes
1616
attributes:
1717
label: Please search before asking
1818
description: |
1919
辛苦提 Bug 前,检索一下 [问题](https://github.com/yetone/bob-plugin-openai-translator/issues?q=) 列表是否已经存在类似问题。麻烦提供系统版本、录屏或者截图、复现步骤,有助于更好的解决问题。
2020
21-
非 Bug 相关,烦请移步 [讨论区](https://github.com/yetone/bob-plugin-openai-translator/discussions) 找寻有关讨论。
22-
2321
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.
2622
2723
options:
2824
- label: >

.github/ISSUE_TEMPLATE/config.yml

-5
This file was deleted.

.github/ISSUE_TEMPLATE/feature.yml

+22-10
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,35 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
**非常感谢您的功能建议!Thank you very much for your feature proposal!**
8+
**非常感谢您的功能建议!**
9+
**Thank you very much for your feature proposal!**
10+
911
- type: checkboxes
1012
attributes:
1113
label: Search before asking
12-
description: >
14+
description: |
1315
请在提交前搜索 [issues](https://github.com/yetone/openai-translator/issues),以查看您的问题是否已经被提交。
1416
1517
Please search [issues](https://github.com/yetone/openai-translator/issues) to check if your issue has already been reported.
1618
options:
17-
- label: >
19+
- label: |
1820
在 [issues](https://github.com/yetone/openai-translator/issues) 中没有找到类似的内容。
1921
2022
I searched in the [issues](https://github.com/yetone/openai-translator/issues) and found nothing similar.
2123
required: true
2224
- type: input
2325
attributes:
2426
label: feature
25-
description: >
26-
一句话概括你的功能建议。Please provide a brief description of your feature proposal.
27+
description: |
28+
一句话概括你的功能建议。
29+
30+
Please provide a brief description of your feature proposal.
2731
validations:
2832
required: true
2933
- type: textarea
3034
attributes:
3135
label: 描述 Motivation
32-
description: >
36+
description: |
3337
解释一下这个功能将如何解决您的问题。
3438
3539
Explain how this feature will resolve your problem, including the way it addresses the issue that you are facing.
@@ -38,18 +42,26 @@ body:
3842
- type: textarea
3943
attributes:
4044
label: Solution
41-
description: 描述建议的解决方案。Describe the proposed solution. (if you have any additional information, please add it here.)
45+
description: |
46+
描述建议的解决方案。
47+
48+
Describe the proposed solution. (if you have any additional information, please add it here.)
4249
- type: textarea
4350
attributes:
4451
label: 还有其他内容吗?Anything else?
4552
- type: checkboxes
4653
attributes:
4754
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.
55+
description: |
56+
我们期待开发人员和用户的帮助,以解决在 OpenAI Translator Bob Plugin 中发现的任何问题。 如果您愿意通过提交 PR 来解决此问题,请勾选。
57+
58+
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.
5059
options:
5160
- label: 我愿意提供 PR! I'm willing to submit a PR!
5261
- type: markdown
5362
attributes:
54-
value: "非常感谢您的功能建议!Thank you very much for your feature proposal!"
63+
value: |
64+
"非常感谢您的功能建议!"
65+
66+
"Thank you very much for your feature proposal!"
5567

0 commit comments

Comments
 (0)