初始化 monorepo: Go后端(7微服务) + Unity客户端(9模块) + 启动器 HTML5原型: Three.js 3D体素世界, Perlin噪声地形, 原版材质, 22种方块 Minecraft创造模式背包: 双栏布局, 拖拽移动物品, 方向性元件引脚 AI助搭策划文档 + 客户端/服务端骨架 + Docker Compose + CI
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
name: "[旧版] 综合 Bug 反馈 / [Legacy] General Bug Report"
|
||||
description: "遇见了与启动器功能相关的 Bug / Report a bug related to launcher features"
|
||||
type: "Bug"
|
||||
body:
|
||||
- type: checkboxes
|
||||
id: "yml-1"
|
||||
attributes:
|
||||
label: "检查项 / Checklist"
|
||||
description: "请逐个检查下列项目,并勾选确认 / Please review each item below and check the boxes to confirm."
|
||||
options:
|
||||
- label: "我已在 [Issues 页面](https://github.com/PCL-Community/PCL-CE/issues?q=is%3Aissue+) 中搜索,确认了这一 Bug 未被提交过 / I have searched the [Issues page](https://github.com/PCL-Community/PCL-CE/issues?q=is%3Aissue+) and confirmed that this bug has not been reported yet."
|
||||
required: true
|
||||
- label: "我确认只是全部选中而没有[仔细确认](https://github.com/PCL-Community/PCL-CE/issues?q=is%3Aissue+)就直接提交了这个 Issue,并且同意这个 Issue 可以直接被关闭 / I confirm that I checked all boxes without carefully reading them, and agree that this issue may be closed directly."
|
||||
required: false
|
||||
- label: "我确认正在使用当前更新分支的最新版 PCL CE,若不是,此 Issue 可能会被直接关闭(更新方式:启动器 `设置-关于-软件更新` 检查更新,或在 [Releases](https://github.com/PCL-Community/PCL-CE/releases) 页面下载) / I confirm that I am using the latest PCL CE version on the current update channel. If not, this issue may be closed directly. To update, check for updates in `Settings → About → Updates`, or download the latest version from the [Releases page](https://github.com/PCL-Community/PCL-CE/releases)."
|
||||
required: true
|
||||
- label: "我确认会详细描述我所遇到的问题,并附上日志和截图,而不是随便填点东西敷衍了事 / I will describe the problem in detail, attach logs and screenshots, and avoid submitting vague or incomplete information."
|
||||
required: true
|
||||
- type: textarea
|
||||
id: "yml-2"
|
||||
attributes:
|
||||
label: "描述 / Description"
|
||||
description: "详细描述该 Bug 的具体表现 / Describe the specific behavior of the bug in detail."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: "yml-3"
|
||||
attributes:
|
||||
label: "重现步骤 / Steps to Reproduce"
|
||||
description: "详细描述要怎么操作才能再次触发这个 Bug / Describe the exact steps needed to reproduce this bug."
|
||||
placeholder: |
|
||||
示例 / Example:
|
||||
1、点击 xxxx / 1. Click xxxx
|
||||
2、往下滚,然后点击 xxxx / 2. Scroll down, then click xxxx
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: "yml-4"
|
||||
attributes:
|
||||
label: "日志与附件 / Logs & Attachments"
|
||||
description: "在问题发生后立即使用 `设置-查看日志-导出日志` 并上传导出的压缩包。**若手动关掉了启动器或启动器直接崩溃,请重启之后使用 `导出全部日志` 而不是 `导出日志`,否则导出的日志可能不包含故障关键信息。** / After the issue occurs, immediately use `Settings → Logs → Export log` and upload the exported zip file. **If you manually closed the launcher, or if the launcher crashed, restart PCL CE and use `Export all logs` instead of `Export log`; otherwise, the exported logs may not contain key information about the issue.**"
|
||||
placeholder: |
|
||||
先点击这个文本框,然后再将文件直接拖拽到文本框中以上传。
|
||||
如果有相关截图或文件,也请一并上传。
|
||||
请勿自行判断是否需要日志,日志文件并不仅仅包含发生错误的信息,还可能包含其它关键信息。
|
||||
如果缺少相关日志用于分析问题,此 Issue 可能会被直接关闭。
|
||||
Click this text box first, then drag and drop files here to upload.
|
||||
Please also upload any relevant screenshots or files.
|
||||
Do not decide on your own whether logs are needed. Logs may contain not only error messages, but other key information as well.
|
||||
If the required logs are missing, this issue may be closed directly.
|
||||
validations:
|
||||
required: true
|
||||
@@ -0,0 +1,47 @@
|
||||
name: "[旧版] Minecraft 崩溃 / [Legacy] Minecraft Crash"
|
||||
description: "PCL CE 提示 “Minecraft 出现错误”,或游戏崩溃 / PCL CE shows 'Minecraft encountered an error', or Minecraft crashes"
|
||||
type: "崩溃"
|
||||
body:
|
||||
- type: checkboxes
|
||||
id: "yml-1"
|
||||
attributes:
|
||||
label: "检查项 / Checklist"
|
||||
description: "请逐个检查下列项目,并勾选确认。/ Please review each item below and check the boxes to confirm."
|
||||
options:
|
||||
- label: "**我已尝试使用 [HMCL](https://hmcl.huangyuhui.net/download) 启动,HMCL 没有出现问题**(如果 HMCL 也无法启动就一般不是 PCL CE 导致的问题,请 **不要** 提交反馈) / **I have tried launching with [HMCL](https://hmcl.huangyuhui.net/download), and HMCL works without issues**. If HMCL also fails to launch, the problem is usually not caused by PCL CE, so please **do not** submit feedback."
|
||||
required: true
|
||||
- label: "我已在 [Issues 页面](https://github.com/PCL-Community/PCL-CE/issues?q=is%3Aissue+) 中搜索,确认了这一 Bug 未被提交过 / I have searched the [Issues page](https://github.com/PCL-Community/PCL-CE/issues?q=is%3Aissue+) and confirmed that this bug has not been reported yet."
|
||||
required: true
|
||||
- label: "我确认只是全部选中而没有[仔细确认](https://github.com/PCL-Community/PCL-CE/issues?q=is%3Aissue+)就直接提交了这个 Issue,并且同意这个 Issue 可以直接被关闭 / I confirm that I checked all boxes without carefully reading them, and agree that this issue may be closed directly."
|
||||
required: false
|
||||
- label: "我确认正在使用当前更新分支的最新版 PCL CE,若不是,此 Issue 可能会被直接关闭(更新方式:启动器 `设置-关于-软件更新` 检查更新,或在 [Releases](https://github.com/PCL-Community/PCL-CE/releases) 页面下载) / I confirm that I am using the latest PCL CE version on the current update channel. If not, this issue may be closed directly. To update, check for updates in `Settings → About → Updates`, or download the latest version from [Releases](https://github.com/PCL-Community/PCL-CE/releases)."
|
||||
required: true
|
||||
- label: "我确认会详细描述我所遇到的问题,并附上日志和截图,而不是随便填点东西敷衍了事。/ I will describe the issue in detail, attach logs and screenshots, and avoid submitting vague or incomplete information."
|
||||
required: true
|
||||
- type: textarea
|
||||
id: "yml-2"
|
||||
attributes:
|
||||
label: "描述 / Description"
|
||||
description: "详细描述具体表现。/ Describe the specific behavior in detail."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: "yml-3"
|
||||
attributes:
|
||||
label: "PCL CE 错误报告、日志与附件 / PCL CE Error Report, Logs & Attachments"
|
||||
description: "上传 PCL CE 提供的错误报告(在崩溃时选择导出错误报告)。如果没有,请在游戏崩溃后不要关掉启动器,使用 `设置-查看日志-导出日志` 得到日志压缩包并上传。/ Upload the error report provided by PCL CE by choosing to export the error report when the crash occurs. If it is unavailable, do not close the launcher after Minecraft crashes; use `Settings → Logs → Export log` and upload the exported log archive."
|
||||
placeholder: |
|
||||
先点击这个文本框,然后再将文件直接拖拽到文本框中以上传。
|
||||
如果缺少相关错误报告或日志用于分析问题,此 Issue 可能会被直接关闭。
|
||||
Click this text box first, then drag and drop files here to upload.
|
||||
If the required error report or logs are missing, this issue may be closed directly.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: "yml-4"
|
||||
attributes:
|
||||
label: "HMCL 启动脚本 / HMCL Launch Script"
|
||||
description: "在 HMCL 中进入实例列表,点击版本右侧的三个点,选择“生成启动脚本”。/ In HMCL, open the instance list, click the three dots next to the version, and select `Generate Launch Script`."
|
||||
placeholder: "先点击这个文本框,然后再将文件直接拖拽到文本框中以上传。/ Click this text box first, then drag and drop the file here to upload."
|
||||
validations:
|
||||
required: false
|
||||
@@ -0,0 +1,67 @@
|
||||
name: "[新版] 综合 Bug 反馈 / [New] General Bug Report"
|
||||
description: "遇见了与新版 PCL CE 启动器功能相关的 Bug / Report a bug related to launcher features in the new PCL CE version"
|
||||
title: "[C#]: "
|
||||
type: "Bug"
|
||||
body:
|
||||
- type: markdown
|
||||
id: "desc"
|
||||
attributes:
|
||||
value: |
|
||||
## 感谢参与 PCL CE 新版本测试!
|
||||
请注意您目前正在提交和新版本有关的综合 Bug 反馈。
|
||||
如果您使用的不是新版本 (2.15.x),请到 [旧版综合 Bug 反馈区](https://github.com/PCL-Community/PCL-CE/issues/new?template=1-bug.yml) 提交反馈。
|
||||
|
||||
## Thank you for testing the new PCL CE version!
|
||||
Please note that you are submitting a general bug report for the new version.
|
||||
If you are not using the new version (2.15.x), please use the [legacy general bug report template](https://github.com/PCL-Community/PCL-CE/issues/new?template=1-bug.yml).
|
||||
- type: checkboxes
|
||||
id: "yml-1"
|
||||
attributes:
|
||||
label: "检查项 / Checklist"
|
||||
description: "请逐个检查下列项目,并勾选确认 / Please review each item below and check the boxes to confirm."
|
||||
options:
|
||||
- label: "我已在 [Issues 页面](https://github.com/PCL-Community/PCL-CE/issues?q=is%3Aissue+) 中搜索,确认了这一 Bug 未被提交过 / I have searched the [Issues page](https://github.com/PCL-Community/PCL-CE/issues?q=is%3Aissue+) and confirmed that this bug has not been reported yet."
|
||||
required: true
|
||||
- label: "我确认只是全部选中而没有[仔细确认](https://github.com/PCL-Community/PCL-CE/issues?q=is%3Aissue+)就直接提交了这个 Issue,并且同意这个 Issue 可以直接被关闭 / I confirm that I checked all boxes without carefully reading them, and agree that this issue may be closed directly."
|
||||
required: false
|
||||
- label: "我确认正在使用当前更新分支的最新版 PCL CE,若不是,此 Issue 可能会被直接关闭(更新方式:启动器 `设置-关于-软件更新` 检查更新,或在 [Releases](https://github.com/PCL-Community/PCL-CE/releases) 页面下载) / I confirm that I am using the latest PCL CE version on the current update channel. If not, this issue may be closed directly. To update, check for updates in `Settings → About → Updates`, or download the latest version from the [Releases page](https://github.com/PCL-Community/PCL-CE/releases)."
|
||||
required: true
|
||||
- label: "我确认会详细描述我所遇到的问题,并附上日志和截图,而不是随便填点东西敷衍了事 / I will describe the problem in detail, attach logs and screenshots, and avoid submitting vague or incomplete information."
|
||||
required: true
|
||||
- type: textarea
|
||||
id: "yml-2"
|
||||
attributes:
|
||||
label: "描述 / Description"
|
||||
description: "详细描述该 Bug 的具体表现 / Describe the specific behavior of the bug in detail."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: "yml-3"
|
||||
attributes:
|
||||
label: "重现步骤 / Steps to Reproduce"
|
||||
description: "详细描述要怎么操作才能再次触发这个 Bug / Describe the exact steps needed to reproduce this bug."
|
||||
placeholder: |
|
||||
示例:
|
||||
1、点击 xxxx
|
||||
2、往下滚,然后点击 xxxx
|
||||
Example:
|
||||
1. Click xxxx
|
||||
2. Scroll down, then click xxxx
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: "yml-4"
|
||||
attributes:
|
||||
label: "日志与附件 / Logs & Attachments"
|
||||
description: "在问题发生后立即使用 `设置-查看日志-导出日志` 并上传导出的压缩包。**若手动关掉了启动器或启动器直接崩溃,请重启之后使用 `导出全部日志` 而不是 `导出日志`,否则导出的日志可能不包含故障关键信息。** / After the issue occurs, immediately use `Settings → Logs → Export log` and upload the exported zip file. **If you manually closed the launcher, or if the launcher crashed, restart PCL CE and use `Export all logs` instead of `Export log`; otherwise, the exported logs may not contain key information about the issue.**"
|
||||
placeholder: |
|
||||
先点击这个文本框,然后再将文件直接拖拽到文本框中以上传。
|
||||
如果有相关截图或文件,也请一并上传。
|
||||
请勿自行判断是否需要日志,日志文件并不仅仅包含发生错误的信息,还可能包含其它关键信息。
|
||||
如果缺少相关日志用于分析问题,此 Issue 可能会被直接关闭。
|
||||
Click this text box first, then drag and drop files here to upload.
|
||||
Please also upload any relevant screenshots or files.
|
||||
Do not decide on your own whether logs are needed. Logs may contain not only error messages, but other key information as well.
|
||||
If the required logs are missing, this issue may be closed directly.
|
||||
validations:
|
||||
required: true
|
||||
@@ -0,0 +1,59 @@
|
||||
name: "[新版] Minecraft 崩溃 / [New] Minecraft Crash"
|
||||
description: "新版 PCL CE 提示 “Minecraft 出现错误”,或游戏崩溃 / The new PCL CE version shows 'Minecraft encountered an error', or Minecraft crashes"
|
||||
title: "[C#]: "
|
||||
type: "崩溃"
|
||||
body:
|
||||
- type: markdown
|
||||
id: "desc"
|
||||
attributes:
|
||||
value: |
|
||||
## 感谢参与 PCL CE 新版本测试!
|
||||
请注意您目前正在提交和新版本有关的综合 Bug 反馈。
|
||||
如果您使用的不是新版本 (2.15.x),请到 [旧版综合 Bug 反馈区](https://github.com/PCL-Community/PCL-CE/issues/new?template=1-bug.yml) 提交反馈。
|
||||
|
||||
## Thank you for testing the new PCL CE version!
|
||||
Please note that you are submitting a general bug report for the new version.
|
||||
If you are not using the new version (2.15.x), please use the [legacy general bug report template](https://github.com/PCL-Community/PCL-CE/issues/new?template=1-bug.yml).
|
||||
- type: checkboxes
|
||||
id: "yml-1"
|
||||
attributes:
|
||||
label: "检查项 / Checklist"
|
||||
description: "请逐个检查下列项目,并勾选确认 / Please review each item below and check the boxes to confirm."
|
||||
options:
|
||||
- label: "**我已尝试使用 [HMCL](https://hmcl.huangyuhui.net/download) 启动,HMCL 没有出现问题**(如果 HMCL 也无法启动就一般不是 PCL CE 导致的问题,请 **不要** 提交反馈) / **I have tried launching with [HMCL](https://hmcl.huangyuhui.net/download), and HMCL works without issues**. If HMCL also fails to launch, the problem is usually not caused by PCL CE, so please **do not** submit feedback."
|
||||
required: true
|
||||
- label: "我已在 [Issues 页面](https://github.com/PCL-Community/PCL-CE/issues?q=is%3Aissue+) 中搜索,确认了这一 Bug 未被提交过 / I have searched the [Issues page](https://github.com/PCL-Community/PCL-CE/issues?q=is%3Aissue+) and confirmed that this bug has not been reported yet."
|
||||
required: true
|
||||
- label: "我确认只是全部选中而没有[仔细确认](https://github.com/PCL-Community/PCL-CE/issues?q=is%3Aissue+)就直接提交了这个 Issue,并且同意这个 Issue 可以直接被关闭 / I confirm that I checked all boxes without carefully reading them, and agree that this issue may be closed directly."
|
||||
required: false
|
||||
- label: "我确认正在使用当前更新分支的最新版 PCL CE,若不是,此 Issue 可能会被直接关闭(更新方式:启动器 `设置-关于-软件更新` 检查更新,或在 [Releases](https://github.com/PCL-Community/PCL-CE/releases) 页面下载) / I confirm that I am using the latest PCL CE version on the current update channel. If not, this issue may be closed directly. To update, check for updates in `Settings → About → Updates`, or download the latest version from the [Releases page](https://github.com/PCL-Community/PCL-CE/releases)."
|
||||
required: true
|
||||
- label: "我确认会详细描述我所遇到的问题,并附上日志和截图,而不是随便填点东西敷衍了事。/ I will describe the problem in detail, attach logs and screenshots, and avoid submitting vague or incomplete information."
|
||||
required: true
|
||||
- type: textarea
|
||||
id: "yml-2"
|
||||
attributes:
|
||||
label: "描述 / Description"
|
||||
description: "详细描述具体表现 / Describe the specific behavior in detail."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: "yml-3"
|
||||
attributes:
|
||||
label: "PCL CE 错误报告、日志与附件 / PCL CE Error Report, Logs & Attachments"
|
||||
description: "上传 PCL CE 提供的错误报告 (在崩溃时选择导出错误报告)。如果没有,请在游戏崩溃后不要关掉启动器,使用 `设置-查看日志-导出日志` 得到日志压缩包并上传 / Upload the error report provided by PCL CE by choosing to export the error report when the crash occurs. If it is unavailable, do not close the launcher after Minecraft crashes; use `Settings → Logs → Export log` and upload the exported log archive."
|
||||
placeholder: |
|
||||
先点击这个文本框,然后再将文件直接拖拽到文本框中以上传。
|
||||
如果缺少相关错误报告或日志用于分析问题,此 Issue 可能会被直接关闭。
|
||||
Click this text box first, then drag and drop files here to upload.
|
||||
If the required error report or logs are missing, this issue may be closed directly.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: "yml-4"
|
||||
attributes:
|
||||
label: "HMCL 启动脚本 / HMCL Launch Script"
|
||||
description: "在 HMCL 中进入实例列表,点击版本右侧的三个点,选择“生成启动脚本” / In HMCL, open the instance list, click the three dots next to the version, and select `Generate Launch Script`."
|
||||
placeholder: "先点击这个文本框,然后再将文件直接拖拽到文本框中以上传 / Click this text box first, then drag and drop the file here to upload."
|
||||
validations:
|
||||
required: false
|
||||
@@ -0,0 +1,44 @@
|
||||
name: "[新版] 新功能提案 / [New Version] Feature Proposal"
|
||||
description: "对新版本 PCL CE 已有功能的大幅度修改,或添加一个新内容或选项。/ Propose a major change to an existing feature in the new PCL CE version, or suggest a new feature or option."
|
||||
title: "[C#]: "
|
||||
type: "新功能"
|
||||
body:
|
||||
- type: checkboxes
|
||||
id: "yml-1"
|
||||
attributes:
|
||||
label: "检查项 / Checklist"
|
||||
description: "请逐个检查下列项目,并勾选确认。/ Please review each item below and check the boxes to confirm."
|
||||
options:
|
||||
- label: "我已在 [Issues 页面](https://github.com/PCL-Community/PCL-CE/issues?q=is%3Aissue+) 中搜索,确认了这一提案未在社区版被提交过 / I have searched the [Issues page](https://github.com/PCL-Community/PCL-CE/issues?q=is%3Aissue+) and confirmed that this proposal has not been submitted to the Community Edition yet."
|
||||
required: true
|
||||
- label: "我确认只是全部选中而没有[仔细确认](https://github.com/PCL-Community/PCL-CE/issues?q=is%3Aissue+)就直接提交了这个 Issue,并且同意这个 Issue 可以直接被关闭 / I confirm that I checked all boxes without carefully reading them, and agree that this issue may be closed without further notice."
|
||||
required: false
|
||||
- label: "我确认我的提案是对某一个具体功能,而不是一堆功能要求挤在一个 Issue 里 / I confirm that this proposal focuses on a single specific feature, rather than multiple unrelated feature requests in one issue."
|
||||
required: true
|
||||
- label: "我已知悉本项目的开发者均为不带薪志愿者,社区不对这类 Issue 的完成时间作出任何保证,并有足够的耐心等待社区开发者的处理,同时已知悉如果我作出催促、质问或类似的举动,这个 Issue 可能会被直接关闭 / I understand that all developers of this project are unpaid volunteers. The community does not guarantee any completion time for this type of issue, and I am willing to wait patiently for review and implementation. I also understand that excessive urging, demanding, or similar behavior may result in this issue being closed."
|
||||
required: true
|
||||
- type: input
|
||||
id: "yml-2"
|
||||
attributes:
|
||||
label: "官方版原 Issue 编号 / Original Official Issue Number"
|
||||
description: "如果这个 Issue 是从官方版转交过来的,请将原 Issue 标题旁的**编号**输入到下方预设文本的 `#` 后,不要输入任何其他非数字字符。**若不是,请清空下方输入框。** / If this issue was transferred from the official version, enter only the **number** shown next to the original Issue title after the `#` below. Do not enter any non-numeric characters. **If not applicable, leave this field blank.**"
|
||||
value: "- Meloong-Git/PCL#"
|
||||
- type: textarea
|
||||
id: "yml-3"
|
||||
attributes:
|
||||
label: "描述 / Description"
|
||||
description: "详细描述你想添加的功能具体是怎样的。/ Describe in detail the feature you would like to add."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: "yml-4"
|
||||
attributes:
|
||||
label: "原因 / Reason"
|
||||
description: "详细描述你为什么需要这项功能,这有助于开发者评估它的优先度。/ Explain why this feature is needed. This helps developers evaluate its priority."
|
||||
placeholder: |
|
||||
示例:
|
||||
我需要这个功能来 xxxx,如果没有这个功能,就不能 xxxx 了。
|
||||
Example:
|
||||
I need this feature to xxxx. Without it, I would not be able to xxxx.
|
||||
validations:
|
||||
required: false
|
||||
@@ -0,0 +1,49 @@
|
||||
name: "[新版] 优化建议 / [New Version] Improvement Suggestion"
|
||||
description: "对新版 PCL CE 已有功能的小幅度优化或改进建议 / Suggest a minor improvement to an existing feature in the new PCL CE version."
|
||||
title: "[C#]: "
|
||||
type: "优化"
|
||||
body:
|
||||
- type: markdown
|
||||
id: "desc"
|
||||
attributes:
|
||||
value: |
|
||||
## 感谢参与 PCL CE 新版本测试!
|
||||
请注意您目前正在提交和新版本有关的优化建议。
|
||||
由于我们目前不受理针对旧版本的优化建议,如果您使用的不是新版本 (2.15.x),
|
||||
您可以尝试更新到 2.15.x 版本 (Beta 渠道),或是在晚一些 2.15.0 推送到正式版之后再来提交反馈
|
||||
|
||||
## Thank you for testing the new PCL CE version!
|
||||
Please note that you are submitting an improvement suggestion for the new version.
|
||||
Since we currently do not accept improvement suggestions for the legacy version, if you are not using the new version (2.15.x), you can update to 2.15.x on the Beta channel, or submit feedback after 2.15.0 is released to the stable channel.
|
||||
- type: checkboxes
|
||||
id: "yml-1"
|
||||
attributes:
|
||||
label: "检查项 / Checklist"
|
||||
description: "请逐个检查下列项目,并勾选确认 / Please review each item below and check the boxes to confirm."
|
||||
options:
|
||||
- label: "我已在 [Issues 页面](https://github.com/PCL-Community/PCL-CE/issues?q=is%3Aissue+) 中搜索,确认了这一建议未在社区版被提交过 / I have searched the [Issues page](https://github.com/PCL-Community/PCL-CE/issues?q=is%3Aissue+) and confirmed that this suggestion has not been submitted to the Community Edition yet."
|
||||
required: true
|
||||
- label: "我确认只是全部选中而没有[仔细确认](https://github.com/PCL-Community/PCL-CE/issues?q=is%3Aissue+)就直接提交了这个 Issue,并且同意这个 Issue 可以直接被关闭 / I confirm that I checked all boxes without carefully reading them, and agree that this issue may be closed directly."
|
||||
required: false
|
||||
- label: "我确认我所描述的改进是现实的、有理有据的,而不是我临时起意的 / I confirm that the improvement I describe is realistic, reasonable, and well-justified, rather than something I came up with on a whim."
|
||||
required: true
|
||||
- label: "我已知悉社区不对这类 Issue 的完成时间作出任何保证,并有足够的耐心等待社区开发者的处理,同时已知悉如果我作出催促、质问或类似的举动,这个 Issue 可能会被直接关闭 / I understand that the community does not guarantee any completion time for this type of issue, and I am willing to wait patiently for the community developers' review and handling. I also understand that excessive urging, demanding, or similar behavior may result in this issue being closed."
|
||||
required: true
|
||||
- type: textarea
|
||||
id: "yml-2"
|
||||
attributes:
|
||||
label: 描述 / Description
|
||||
description: "详细描述具体需要优化哪些地方,要改成怎样的 / Describe in detail what needs to be improved and how it should be changed."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: "yml-3"
|
||||
attributes:
|
||||
label: 原因 / Reason
|
||||
description: "详细描述你为什么需要这项优化,这有助于开发者评估它的优先度 / Explain why this improvement is needed. This helps developers evaluate its priority."
|
||||
placeholder: |
|
||||
示例 / Example:
|
||||
这项优化让我可以更方便地 xxxx / This improvement would make it easier for me to xxxx.
|
||||
如果没有这项优化,我每次都必须 xxxx,让操作变得很麻烦 / Without this improvement, I have to xxxx every time, making the process cumbersome.
|
||||
validations:
|
||||
required: false
|
||||
@@ -0,0 +1,37 @@
|
||||
name: "[旧版] 新功能提案 / [Legacy] Feature Proposal"
|
||||
description: "对已有功能的大幅度修改,或添加一个新内容或选项。/ Propose a major change to an existing feature, or suggest a new feature or option."
|
||||
type: "新功能"
|
||||
body:
|
||||
- type: checkboxes
|
||||
id: "yml-1"
|
||||
attributes:
|
||||
label: "检查项 / Checklist"
|
||||
description: "请逐个检查下列项目,并勾选确认 / Please review each item below and check the boxes to confirm."
|
||||
options:
|
||||
- label: "我已在 [Issues 页面](https://github.com/PCL-Community/PCL-CE/issues?q=is%3Aissue+) 中搜索,确认了这一提案未在社区版被提交过 / I have searched the [Issues page](https://github.com/PCL-Community/PCL-CE/issues?q=is%3Aissue+) and confirmed that this proposal has not been submitted to the Community Edition yet."
|
||||
required: true
|
||||
- label: "我确认只是全部选中而没有[仔细确认](https://github.com/PCL-Community/PCL-CE/issues?q=is%3Aissue+)就直接提交了这个 Issue,并且同意这个 Issue 可以直接被关闭 / I confirm that I checked all boxes without carefully reading them, and agree that this issue may be closed directly."
|
||||
required: false
|
||||
- label: "我确认我的提案是对某一个具体功能,而不是一堆功能要求挤在一个 Issue 里 / I confirm that this proposal focuses on a single specific feature, rather than multiple unrelated feature requests in one issue."
|
||||
required: true
|
||||
- label: "我已知悉本项目的开发者均为不带薪志愿者,社区不对这类 Issue 的完成时间作出任何保证,并有足够的耐心等待社区开发者的处理,同时已知悉如果我作出催促、质问或类似的举动,这个 Issue 可能会被直接关闭 / I understand that all developers of this project are unpaid volunteers. The community does not guarantee any completion time for this type of issue, and I am willing to wait patiently for the developers' review and handling. I also understand that excessive urging, demanding, or similar behavior may result in this issue being closed."
|
||||
required: true
|
||||
- type: textarea
|
||||
id: "yml-2"
|
||||
attributes:
|
||||
label: "描述 / Description"
|
||||
description: "详细描述你想添加的功能具体是怎样的 / Describe in detail the feature you would like to add."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: "yml-3"
|
||||
attributes:
|
||||
label: "原因 / Reason"
|
||||
description: "详细描述你为什么需要这项功能,这有助于开发者评估它的优先度 / Explain why this feature is needed to help developers evaluate its priority."
|
||||
placeholder: |
|
||||
示例:
|
||||
我需要这个功能来 xxxx,如果没有这个功能,就不能 xxxx 了。
|
||||
Example:
|
||||
I need this feature to xxxx. Without it, I would not be able to xxxx.
|
||||
validations:
|
||||
required: false
|
||||
@@ -0,0 +1,45 @@
|
||||
name: "[旧版] 优化建议 / [Legacy] Improvement Suggestion"
|
||||
description: "对已有功能的小幅度优化或改进建议。/ Suggest a minor improvement to an existing feature."
|
||||
type: "优化"
|
||||
body:
|
||||
- type: checkboxes
|
||||
id: "yml-1"
|
||||
attributes:
|
||||
label: "检查项 / Checklist"
|
||||
description: "请逐个检查下列项目,并勾选确认。/ Please review each item below and check the boxes to confirm."
|
||||
options:
|
||||
- label: "我已在 [Issues 页面](https://github.com/PCL-Community/PCL-CE/issues?q=is%3Aissue+) 中搜索,确认了这一建议未在社区版被提交过 / I have searched the [Issues page](https://github.com/PCL-Community/PCL-CE/issues?q=is%3Aissue+) and confirmed that this suggestion has not been submitted to the Community Edition yet."
|
||||
required: true
|
||||
- label: "我确认只是全部选中而没有[仔细确认](https://github.com/PCL-Community/PCL-CE/issues?q=is%3Aissue+)就直接提交了这个 Issue,并且同意这个 Issue 可以直接被关闭 / I confirm that I checked all boxes without carefully reading them, and agree that this issue may be closed directly."
|
||||
required: false
|
||||
- label: "我确认我所描述的改进是现实的、有理有据的,而不是我临时起意的 / I confirm that the improvement I describe is realistic, reasonable, and well-justified, rather than something I came up with on a whim."
|
||||
required: true
|
||||
- label: "我已知悉社区不对这类 Issue 的完成时间作出任何保证,并有足够的耐心等待社区开发者的处理,同时已知悉如果我作出催促、质问或类似的举动,这个 Issue 可能会被直接关闭 / I understand that the community does not guarantee any completion time for this type of issue, and I am willing to wait patiently for the developers' review and handling. I also understand that excessive urging, demanding, or similar behavior may result in this issue being closed."
|
||||
required: true
|
||||
- type: input
|
||||
id: "yml-2"
|
||||
attributes:
|
||||
label: "官方版原 Issue 编号 / Original Official Issue Number"
|
||||
description: "如果这个 Issue 是从官方版转交过来的,请将原 Issue 标题旁的**编号**输入到下方预设文本的 `#` 后,不要输入任何其他非数字字符。**若不是,请清空下方输入框。** / If this issue was transferred from the official version, enter only the **number** shown next to the original Issue title after the `#` below. Do not enter any non-numeric characters. **If not applicable, leave this field blank.**"
|
||||
value: "- Meloong-Git/PCL#"
|
||||
- type: textarea
|
||||
id: "yml-3"
|
||||
attributes:
|
||||
label: "描述 / Description"
|
||||
description: "详细描述具体需要优化哪些地方,要改成怎样的。/ Describe in detail what needs to be improved and how it should be changed."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: "yml-4"
|
||||
attributes:
|
||||
label: "原因 / Reason"
|
||||
description: "详细描述你为什么需要这项优化,这有助于开发者评估它的优先度。/ Explain why this improvement is needed. This helps developers evaluate its priority."
|
||||
placeholder: |
|
||||
示例:
|
||||
这项优化让我可以更方便地 xxxx。
|
||||
如果没有这项优化,我每次都必须 xxxx,让操作变得很麻烦。
|
||||
Example:
|
||||
This improvement would make it easier for me to xxxx.
|
||||
Without this improvement, I have to xxxx every time, making the process cumbersome.
|
||||
validations:
|
||||
required: false
|
||||
@@ -0,0 +1,17 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: "旧版本优化反馈、新功能请求暂不受理 / Legacy Version Improvement Feedback and Feature Requests Are Not Accepted"
|
||||
url: "https://github.com/PCL-Community/PCL-CE/issues/new/choose"
|
||||
about: "由于开发重心已经转移到 C# 新版本,所以目前不计划再对旧版做优化和新功能了。/ Because development focus has shifted to the new C# version, we currently do not plan to optimize the legacy version or add new features to it. You can submit feature requests for the new version later."
|
||||
- name: "新版本新功能请求暂不受理 / New Version Feature Requests Are Temporarily Not Accepted"
|
||||
url: "https://github.com/PCL-Community/PCL-CE/issues/new/choose"
|
||||
about: "由于 C# 新版本还不稳定,我们暂时不受理对新版本提出的新功能请求,请在晚一些时候再来。/ Because the new C# version is still unstable, we are temporarily not accepting feature requests for it. Please check back later."
|
||||
- name: "主页预设反馈 / Homepage Preset Feedback"
|
||||
url: https://github.com/Meloong-Git/PCL/discussions/categories/自定义主页
|
||||
about: "提交与预设的主页(设置 → 个性化 → 主页预设)中的具体内容相关的反馈 / Submit feedback about specific content in homepage presets (Settings → Personalization → Homepage Presets)."
|
||||
- name: "帮助文档反馈 / Help Documentation Feedback"
|
||||
url: https://github.com/PCL-Community/docs.pclc.cc/issues
|
||||
about: "提交与 PCL CE 帮助文档(独立文档站)中的具体内容相关的反馈 / Submit feedback about specific content in the PCL CE help documentation on the standalone documentation site."
|
||||
- name: "提问 / 讨论 / Questions / Discussions"
|
||||
url: https://github.com/PCL-Community/PCL-CE/discussions/new
|
||||
about: "想问问或谈谈关于社区版的事情 / Ask questions or discuss topics about the Community Edition."
|
||||
Reference in New Issue
Block a user