Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
d8941a8
Update bug report template in Simplified Chinese
PtJade-Ceramic Mar 18, 2026
835adc4
Update bug report template in Traditional Chinese
PtJade-Ceramic Mar 18, 2026
c872e77
Fix formatting in bug report template for Chinese
PtJade-Ceramic Mar 18, 2026
002770b
Update bug report template for browser info section
PtJade-Ceramic Mar 18, 2026
b7c2e5f
Merge pull request #1 from PtJade-Ceramic/BrowserVer
PtJade-Ceramic Mar 19, 2026
97cf713
Update bug report template for clarity
PtJade-Ceramic Mar 19, 2026
9d9468e
Fix formatting in bug report template for Chinese
PtJade-Ceramic Mar 19, 2026
59915d5
Merge pull request #3 from PtJade-Ceramic/browser-extension-script-ma…
PtJade-Ceramic Mar 19, 2026
41655b6
Fix bug report template for Chinese localization
PtJade-Ceramic Mar 19, 2026
845017d
Fix GitHub plugin version field in bug template
PtJade-Ceramic Mar 19, 2026
972d602
Update GitHub issue template for bug reporting
PtJade-Ceramic Mar 19, 2026
39b2206
Update GitHub localization plugin version prompt
PtJade-Ceramic Mar 19, 2026
0d7a247
Fix comment formatting in bug report template
PtJade-Ceramic Mar 19, 2026
9a046c0
Merge pull request #4 from PtJade-Ceramic/extension-ver
PtJade-Ceramic Mar 19, 2026
ea9fb07
Revise bug report template in Simplified Chinese
PtJade-Ceramic Mar 19, 2026
f6cde41
Update bug report template in Simplified Chinese
PtJade-Ceramic Mar 19, 2026
81383c5
Modify bug report template in Simplified Chinese
PtJade-Ceramic Mar 19, 2026
d2c9393
Revise bug report template in Traditional Chinese
PtJade-Ceramic Mar 19, 2026
c87cd95
Fix description for script manager version field
PtJade-Ceramic Mar 19, 2026
d9137fa
Improve clarity of bug report template in Chinese
PtJade-Ceramic Mar 19, 2026
33eafbc
Fix formatting issues in bug report template
PtJade-Ceramic Mar 19, 2026
7e51296
Fix formatting in bug submission template
PtJade-Ceramic Mar 19, 2026
4539b86
Fix formatting in bug report template for Chinese
PtJade-Ceramic Mar 19, 2026
1704d2b
Correct markdown formatting in bug report template
PtJade-Ceramic Mar 19, 2026
10d298f
Fix formatting issues in bug report template
PtJade-Ceramic Mar 19, 2026
78d1c9b
Fix formatting in bug report template for Chinese
PtJade-Ceramic Mar 19, 2026
383bfd3
Update bug report template in Simplified Chinese
PtJade-Ceramic Mar 19, 2026
26cd108
Fix markdown formatting in bug issue template
PtJade-Ceramic Mar 19, 2026
7dc8ca9
Fix formatting in bug issue template for Chinese
PtJade-Ceramic Mar 19, 2026
6516e48
Improve issue template text in Simplified Chinese
PtJade-Ceramic Mar 19, 2026
47e3be7
Fix formatting in bug issue template for Chinese
PtJade-Ceramic Mar 19, 2026
f711d3f
Correct browser version placeholder formatting
PtJade-Ceramic Mar 19, 2026
fceb77a
Refine bug issue template in Traditional Chinese
PtJade-Ceramic Mar 19, 2026
43c5cb0
Improve description formatting for script manager version
PtJade-Ceramic Mar 19, 2026
31dacfa
Fix formatting in bug report template for Chinese
PtJade-Ceramic Mar 19, 2026
6e906b8
Update browser version field in bug template
PtJade-Ceramic Mar 19, 2026
3af589a
Update bug report template for browser version field
PtJade-Ceramic Mar 19, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/bug-提交-简体中文-.md

This file was deleted.

100 changes: 100 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-提交-简体中文-.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
name: Bug 提交(简体中文)
description: 提交 BUG
labels: bug

body:
- type: markdown
attributes:
value: "### 欢迎!"
- type: markdown
attributes:
value: |
感谢您提交议题!请补充以下内容,以便我们能更好地协助您。
提交议题前确保您已阅读[常见问题(FAQ)](https://github.com/maboloshi/github-chinese/issues/493)。
- type: textarea
id: description
attributes:
label: 问题/建议
description: 请描述你遇到的问题/提出的建议。
validations:
required: true
- type: textarea
id: steps
attributes:
label: 步骤
description: 请逐步描述你遇到的问题,并带上测试链接(如有)。
validations:
required: true
- type: textarea
id: expectation
attributes:
label: 预期
description: 请描述你对本插件行为的预期。
validations:
required: true
- type: textarea
id: realization
attributes:
label: 实际
description: 请描述本插件的实际行为。
validations:
required: true
- type: textarea
id: evidence
attributes:
label: 附件
description: 请提供相关截图或附件(如有)。
validations:
required: false
- type: dropdown
id: browser-name
attributes:
label: 浏览器名称
description: 请选择运行本插件的浏览器的名称。
options:
- Microsoft Edge
- Google Chrome
- Others
validations:
required: true
- type: input
id: browser-version
attributes:
label: 浏览器版本
description: |
请填入运行本插件的浏览器的版本。
[Microsoft Edge 版本](https://support.microsoft.com/zh-cn/microsoft-edge/c726bee8-c42e-e472-e954-4cf5123497eb)
[Google Chrome 版本](chrome://settings/help)
placeholder: 版本 146.0.3856.62 (正式版本) (arm64)
validations:
required: true
- type: dropdown
id: script-manager-name
attributes:
label: 脚本管理器名称
description: 请选择管理本插件的脚本管理器的名称。
options:
- 篡改猴(Tampermonkey)
- Others
validations:
required: true
- type: input
id: script-manager-version
attributes:
label: 脚本管理器版本
description: |
请填入管理本插件的脚本管理器的版本。
[Microsoft Edge 扩展](https://support.microsoft.com/zh-cn/topic/a3ae1ebb-8e7f-49df-a5f8-8c3f56c8078b)
placeholder: "5.4.1"
validations:
required: true
- type: input
id: plugin-version
attributes:
label: 插件版本
description: |
请填入 GitHub 中文化插件的版本。
见 [GitHub 中文化插件](extension://iikmkjmpaadaobahmlepeloendndfphd/options.html#nav=49f369f3-16e7-423f-86d9-1aa23aa2fd1c)源码中 `@version` 的值(不再接受 1.9.2 版本反馈)。
placeholder: "1.9.3"
validations:
required: true
25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/bug-提交-繁體中文-.md

This file was deleted.

100 changes: 100 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-提交-繁體中文-.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
name: Bug 提交(繁體中文)
description: 提交 BUG
labels: bug

body:
- type: markdown
attributes:
value: "### 欢迎!"
- type: markdown
attributes:
value: |
感謝您提交議題!請補充以下內容,以便我們能更好地協助您:
提交議題前確保您已閲讀[常見問題(FAQ)](https://github.com/maboloshi/github-chinese/issues/493)。
- type: textarea
id: description
attributes:
label: 問題/建議
description: 請描述你遇到的問題/提出的建議。
validations:
required: true
- type: textarea
id: steps
attributes:
label: 步骤
description: 請逐步描述你遇到的問題,并帶上測試連結(如有)。
validations:
required: true
- type: textarea
id: expectation
attributes:
label: 預期
description: 請描述你对本插件行為的預期。
validations:
required: true
- type: textarea
id: realization
attributes:
label: 實際表現
description: 請描述本插件的实际表現。
validations:
required: true
- type: textarea
id: evidence
attributes:
label: 附件
description: 請提供相关相關截圖或附件(如有)。
validations:
required: false
- type: dropdown
id: browser-name
attributes:
label: 瀏覽器名稱
description: 請選择运行本插件的瀏覽器的名稱。
options:
- Microsoft Edge
- Google Chrome
- Others
validations:
required: true
- type: input
id: browser-version
attributes:
label: 瀏覽器版本
description: |
请填入运行本插件的瀏覽器的版本。
[Microsoft Edge 版本](https://support.microsoft.com/zh-cn/microsoft-edge/c726bee8-c42e-e472-e954-4cf5123497eb)
[Google Chrome 版本](chrome://settings/help)
placeholder: 版本 146.0.3856.62 (正式版本) (arm64)
validations:
required: true
- type: dropdown
id: script-manager-name
attributes:
label: 腳本管理器名稱
description: 請選择管理本插件的腳本管理器的名稱。
options:
- 篡改猴(Tampermonkey)
- Others
validations:
required: true
- type: input
id: script-manager-version
attributes:
label: 腳本管理器版本
description: |
請填入管理本插件的腳本管理器的版本。
[Microsoft Edge 扩展](https://support.microsoft.com/zh-cn/topic/a3ae1ebb-8e7f-49df-a5f8-8c3f56c8078b)
placeholder: 5.4.1
validations:
required: true
- type: input
id: plugin-version
attributes:
label: 插件版本
description: |
請填入 GitHub 中文化插件的版本。
見 [GitHub 中文化插件](extension://iikmkjmpaadaobahmlepeloendndfphd/options.html#nav=49f369f3-16e7-423f-86d9-1aa23aa2fd1c)源码中 `@version` 的值(不再接受 1.9.2 版本反饋)。
placeholder: 1.9.3
validations:
required: true