From 6c9f50b055326e252ca1d3cf30c150ffc098beab Mon Sep 17 00:00:00 2001 From: wangdage12 <124357765+wangdage12@users.noreply.github.com> Date: Wed, 3 Dec 2025 19:40:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=88=E5=88=A0=E9=99=A4ISSUE=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=EF=BC=8C=E4=B9=8B=E5=90=8E=E6=9C=89=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E6=97=B6=E5=86=8D=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/CHS-bug-report.yml | 93 ------------------- .../ISSUE_TEMPLATE/CHS-feature-request.yml | 26 ------ .github/ISSUE_TEMPLATE/CHS-network-issue.yml | 84 ----------------- .github/ISSUE_TEMPLATE/ENG-bug-report.yml | 93 ------------------- .../ISSUE_TEMPLATE/ENG-feature-request.yml | 26 ------ .github/ISSUE_TEMPLATE/ENG-network-issue.yml | 79 ---------------- .github/ISSUE_TEMPLATE/MGMT-publish.yml | 31 ------- .github/ISSUE_TEMPLATE/config.yml | 14 --- .github/ISSUE_TEMPLATE/task.yml | 13 --- 9 files changed, 459 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/CHS-bug-report.yml delete mode 100644 .github/ISSUE_TEMPLATE/CHS-feature-request.yml delete mode 100644 .github/ISSUE_TEMPLATE/CHS-network-issue.yml delete mode 100644 .github/ISSUE_TEMPLATE/ENG-bug-report.yml delete mode 100644 .github/ISSUE_TEMPLATE/ENG-feature-request.yml delete mode 100644 .github/ISSUE_TEMPLATE/ENG-network-issue.yml delete mode 100644 .github/ISSUE_TEMPLATE/MGMT-publish.yml delete mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/task.yml diff --git a/.github/ISSUE_TEMPLATE/CHS-bug-report.yml b/.github/ISSUE_TEMPLATE/CHS-bug-report.yml deleted file mode 100644 index 6586c15..0000000 --- a/.github/ISSUE_TEMPLATE/CHS-bug-report.yml +++ /dev/null @@ -1,93 +0,0 @@ -name: 问题反馈 -description: 通过这个议题向开发团队反馈你发现的程序中的问题 -title: "[Bug]: 在这里填写一个合适的标题" -type: "Bug" -labels: ["priority:none"] -body: - - type: markdown - attributes: - value: | - > **请在上方以一句话简短地概括你的问题作为标题** - > 请按下方的要求填写完整的问题表单,以便我们更快的定位问题。 - - - type: input - id: winver - attributes: - label: Windows 版本 - description: | - `Win+R` 输入 `winver` 回车后在打开的窗口第二行可以找到 - placeholder: 例:22000.556 - validations: - required: true - - - type: input - id: shver - attributes: - label: Snap Hutao 版本 - description: 在应用标题,应用程序的反馈中心界面中可以找到 - placeholder: 例:1.9.9.0 - validations: - required: true - - - type: input - id: deviceid - attributes: - label: 设备 ID - description: | - > 在胡桃工具箱的反馈中心界面,你可以找到并复制你的设备 ID - > 如果你的问题涉及程序崩溃,请填写该项,这将有助于我们定位问题 - > 如果你的程序已经无法启动,请下载并运行[诊断工具](https://github.com/DGP-Automation/ISSUE_TEMPLATES/releases/download/diagnosis_tools/Snap.Hutao.Diagnostic.Tooling.exe),它将显示你的设备 ID - validations: - required: true - - - type: dropdown - id: user-set-category - attributes: - label: 问题分类 - description: 请设置一个你认为合适的分类,这将帮助我们快速定位问题 - options: - - 安装和环境 - - 游戏启动器 - - 祈愿记录 - - 成就管理 - - 我的角色 - - 实时便笺 - - 养成计算 - - 深境螺旋/胡桃数据库 - - Wiki - - 米游社账号面板 - - 每日签到奖励 - - 胡桃通行证/胡桃云 - - 用户界面 - - 文件缓存 - - 公告 - - 其它 - validations: - required: true - - - type: textarea - id: what-happened - attributes: - label: 发生了什么? - description: | - 详细的描述问题发生前后的行为,以便我们解决问题。**如果你的问题涉及程序崩溃,你应当检查 Windows 事件查看器,并将相关的 `.Net 错误`详情附上** - 如果你无法找到该日志,请下载并运行[诊断工具](https://github.com/DGP-Automation/ISSUE_TEMPLATES/releases/download/diagnosis_tools/Snap.Hutao.Diagnostic.Tooling.exe),它将转储问题日志至工具运行目录中的 `Snap.Hutao Error Log.txt` - validations: - required: true - - - type: textarea - id: what-expected - attributes: - label: 你期望发生的行为? - description: 详细的描述你期望发生的行为,突出与目前(可能不正确的)行为的不同 - validations: - required: false - - - type: checkboxes - id: checklist-final - attributes: - label: 最后一步 - description: 回顾你的回答 - options: - - label: 我认为上述的描述已经足以详细,以允许开发人员能复现该问题 - required: true diff --git a/.github/ISSUE_TEMPLATE/CHS-feature-request.yml b/.github/ISSUE_TEMPLATE/CHS-feature-request.yml deleted file mode 100644 index 06ba935..0000000 --- a/.github/ISSUE_TEMPLATE/CHS-feature-request.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: 功能请求 -description: 通过这个议题来向开发团队分享你的想法 -title: "[Feat]: 在这里填写一个合适的标题" -type: "Feature" -labels: ["needs-triage", "priority:none"] -body: - - type: markdown - attributes: - value: | - 请按下方的要求填写完整的问题表单。 - - - type: textarea - id: back - attributes: - label: 背景与动机 - description: 添加此功能的理由,如果你想要实现多个功能,请分别发起多个单独的议题 - validations: - required: true - - - type: textarea - id: req - attributes: - label: 想要实现或优化的功能 - description: 详细的描述一下你想要的功能,描述的越具体,采纳的可能性越高 - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/CHS-network-issue.yml b/.github/ISSUE_TEMPLATE/CHS-network-issue.yml deleted file mode 100644 index c30eeed..0000000 --- a/.github/ISSUE_TEMPLATE/CHS-network-issue.yml +++ /dev/null @@ -1,84 +0,0 @@ -name: 网络问题 -description: 通过这个议题来反馈网络问题 -title: "[Network]: 在这里填写一个合适的标题" -type: "Bug" -labels: ["area-Network"] -assignees: - - Lightczx - - Masterain98 -body: - - type: markdown - attributes: - value: | - **请先在上方为工单设置一个合适的标题** - **请按下方的要求填写完整的问题表单,以便我们更快的定位问题。** - - - type: textarea - id: network-diagnosis-report - attributes: - label: 提交你的网络诊断报告 - description: | - 停下! - **在填写下面的问题之前请先使用我们的网络诊断工具** - **这个工具将会生成一份报告并加密压缩,请将这份报告拖入下面的框中,让其与你的工单一起被上传提交** - - 你可以点击下面的链接以下载网络诊断工具: - - [GitHub](https://github.com/Masterain98/network-diagnosis-tool/releases/latest/download/SH-Network-Diagnosis.exe) - validations: - required: true - - - type: input - id: user-geo-location - attributes: - label: 你的地理位置 - description: | - 中国用户请精确到省级行政区 - 海外用户请精确到国家 - placeholder: 北京 - validations: - required: true - - - type: dropdown - id: user-isp - attributes: - label: 你的运营商 - description: 海外用户请选其它 - options: - - 中国电信 - - 中国联通 - - 中国移动 - - 中国广电 - - 其它 - validations: - required: true - - - type: dropdown - id: user-issue-category - attributes: - label: 你的问题 - description: 选择一个问题类别 - options: - - 完全无法连接服务器 - - 连接速度慢 - - 获取到了不正确的页面或数据 - - 客户端图片下载错误 - - 客户端图片预下载错误 - - 其它 - validations: - required: true - - - type: textarea - id: what-happened - attributes: - label: 你的问题(补充) - description: 如果你在上一项中选择了`其它`或者你有更多信息需要提供,请在这里写下来 - validations: - required: false - - - type: checkboxes - id: checklist-final - attributes: - label: 最后一步 - description: 检查你提交的议题 - options: - - label: 我已经在该议题中上传了包含网络诊断报告的加密压缩包 - required: true diff --git a/.github/ISSUE_TEMPLATE/ENG-bug-report.yml b/.github/ISSUE_TEMPLATE/ENG-bug-report.yml deleted file mode 100644 index 217fbfe..0000000 --- a/.github/ISSUE_TEMPLATE/ENG-bug-report.yml +++ /dev/null @@ -1,93 +0,0 @@ -name: BUG Report [English Form] -description: Tell us what issue you get -title: "[ENG][Bug]: Place your Issue Title Here" -type: "Bug" -labels: ["priority:none"] -body: - - type: markdown - attributes: - value: | - > **Please use one sentence to briefly describe your issue as title above** - > Please follow the instruction below to fill the form, so we can locate the issue quickly - - - type: input - id: winver - attributes: - label: Windows Version - description: | - Use `Win+R` and input `winver`, Windows build version is usually at the second line - placeholder: e.g. 22000.556 - validations: - required: true - - - type: input - id: shver - attributes: - label: Snap Hutao Version - description: You can find the version in application's title bar - placeholder: e.g. 1.9.9.0 - validations: - required: true - - - type: input - id: deviceid - attributes: - label: Device ID - description: | - > In Snap Hutao's Feedback Center, you can find and copy your device ID - > If your issue is about program crash, please fill this so we can dump the log and locate the source easier - > If your program cannot startup, please download and run [Diagnostic Tooling](https://github.com/DGP-Automation/ISSUE_TEMPLATES/releases/download/diagnosis_tools/Snap.Hutao.Diagnostic.Tooling.exe), it will shows your device ID. - validations: - required: true - - - type: dropdown - id: user-set-category - attributes: - label: Issue Category - description: Please select the most associated category of your issue - options: - - Installation and Environment - - Game Launcher - - Wish Export - - Achievement - - My Character - - Realtime Note - - Develop Plan - - Spiral Abyss - - Wiki - - MiHoYo Account Panel - - Daily Checkin Reward - - Hutao Passport/Hutao Cloud - - User Interface - - File Cache - - Announcement - - Other - validations: - required: true - - - type: textarea - id: what-happened - attributes: - label: What Happened? - description: | - Describe your issue in detail to help us identify the issue. **If your issue is about program crash, you should check Windows Event Viewer, and attach associated `.Net Error` details here**If your program cannot startup, please download and run [this PowerShell script](https://github.com/DGP-Studio/ISSUE_TEMPLATES/releases/download/get_device_id/GetHutaoDeviceId.ps1), it will shows your device ID. - If you cannot find it, please download and run [Diagnosis Tool](https://github.com/DGP-Automation/ISSUE_TEMPLATES/releases/download/diagnosis_tools/Snap.Hutao.Diagnostic.Tooling.exe), it will dump the error log to `Snap.Hutao Error Log.txt` in the working directory of the tool. - validations: - required: true - - - type: textarea - id: what-expected - attributes: - label: What is expected? - description: Describe expected outcome, highlight the difference with current outcome - validations: - required: false - - - type: checkboxes - id: checklist-final - attributes: - label: Last Step - description: Review your Form - options: - - label: I believe the description above is detail enough to allow developers to reproduce the issue - required: true diff --git a/.github/ISSUE_TEMPLATE/ENG-feature-request.yml b/.github/ISSUE_TEMPLATE/ENG-feature-request.yml deleted file mode 100644 index e7ebcae..0000000 --- a/.github/ISSUE_TEMPLATE/ENG-feature-request.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Feature Request [English Form] -description: Tell us about your thought -title: "[Feat]: Place your title here" -type: "Feature" -labels: ["needs-triage", "priority:none"] -body: - - type: markdown - attributes: - value: | - Please fill the form below - - - type: textarea - id: back - attributes: - label: Background & Motivation - description: Reason why this feature is needed. If multiple features is requested, please open multiple issues for each of them. - validations: - required: true - - - type: textarea - id: req - attributes: - label: Detail of the Feature - description: Descripbe the feaure in detail. The more detailed and convincing the desciprtion the more likyly feature will be accepted. - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/ENG-network-issue.yml b/.github/ISSUE_TEMPLATE/ENG-network-issue.yml deleted file mode 100644 index f79f16f..0000000 --- a/.github/ISSUE_TEMPLATE/ENG-network-issue.yml +++ /dev/null @@ -1,79 +0,0 @@ -name: Network Issue [English Form] -description: Submit this issue form when network issue affect your client experience -title: "[Network]: Place your title here" -type: "Bug" -labels: ["area-Network"] -assignees: - - Lightczx - - Masterain98 -body: - - type: markdown - attributes: - value: | - **Please use one sentence to briefly describe your issue as title above** - **Please follow the instruction below to fill the form, so we can locate the issue quickly** - - - type: textarea - id: network-diagnosis-report - attributes: - label: Submit Your Network Diagnosis Report - description: | - STOP HERE! - **Please run our network diagnosis tool before filling this form** - **The diagnosis tool will generate a report and add it into a password-protected archive. Drag the `.zip` archive to the box below so it can be uploaded.** - - Use the following link to download the Network Diagnosis Tool: - - [GitHub](https://github.com/Masterain98/network-diagnosis-tool/releases/latest/download/SH-Network-Diagnosis.exe) - validations: - required: true - - - type: input - id: user-geo-location - attributes: - label: Your Geographical Location - description: | - Description accurate to country - placeholder: USA - validations: - required: true - - - type: input - id: user-isp - attributes: - label: Your ISP Name - description: | - Name of your Internet service provider - placeholder: AT&T - validations: - required: true - - - type: dropdown - id: user-issue-category - attributes: - label: Issue Category - description: Select an issue category - options: - - Cannot connect to server completely - - Slow spped - - Fetched wrong page or data - - Image download error in the client - - Image set pre-download error (client welcome wizard process) - - Other - validations: - required: true - - - type: textarea - id: what-happened - attributes: - label: Your Issue (cont.) - description: If you selected `Other` in previous dropdown, please explain your issue in detail here. - validations: - required: false - - - type: checkboxes - id: checklist-final - attributes: - label: One Last Step - description: Check your issue form - options: - - label: I confirm I have attached the network diagnosis report archive in the issue - required: true diff --git a/.github/ISSUE_TEMPLATE/MGMT-publish.yml b/.github/ISSUE_TEMPLATE/MGMT-publish.yml deleted file mode 100644 index fd2d821..0000000 --- a/.github/ISSUE_TEMPLATE/MGMT-publish.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: Publish Process -description: FOR ADMIN USE ONLY. WILL CAUSE A BAN IF NO PERMISSION. -title: "[Publish]: Version 1.9.98" -labels: ["Publish"] -assignees: - - Lightczx -body: -- type: textarea - id: main-body - attributes: - label: Publish Process - value: | - - ## 创建版本 - - - [ ] 同步一次 [Crowdin](https://crowdin.com/project/snap-hutao) 翻译 - - [ ] 发布 RC 版本(Optional) - - [ ] 合并入主分支 - - [ ] 整理更新内容,等待翻译 - - [ ] 在 [Snap.Hutao.Docs@next-patch](https://github.com/DGP-Studio/Snap.Hutao.Docs/tree/next-patch) 分支更新文档并直接开 PR - - [ ] 更新日志 - - [ ] 功能文档更新 - -- type: checkboxes - id: checklist-final - attributes: - label: Final Check - description: Understand what you are doing - options: - - label: I understand that I will get banned from repository if I don't have permission to use this template - required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 3e57011..0000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,14 +0,0 @@ -blank_issues_enabled: false -contact_links: - - name: Snap Hutao 官方文档 / Snap Hutao Document - url: https://hut.ao - about: 请在提出问题前阅读文档 / Read the document before submit the issue - - - name: 常见问题 / FAQ - url: https://hut.ao/advanced/FAQ.html - about: 常见的用户提出的问题 / Common questions asked by users - - - name: 常见程序异常 / Common Program Exceptions - url: https://hut.ao/advanced/exceptions.html - about: 用户通常能自行解决这些问题 / Users may solve these problems by themselves - \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/task.yml b/.github/ISSUE_TEMPLATE/task.yml deleted file mode 100644 index f5c57fe..0000000 --- a/.github/ISSUE_TEMPLATE/task.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: 内部任务 -description: 此Issue模板仅用于创建内部任务,非 DGP Studio 成员请勿使用 -title: "[Task]: 在这里填写一个合适的标题" -type: "Task" -labels: ["priority:none"] -body: - - type: textarea - id: content - attributes: - label: 背景与动机 - description: 添加相关的说明 - validations: - required: true