diff --git a/.github/ISSUE_TEMPLATE/artifact-rating-rules.yml b/.github/ISSUE_TEMPLATE/artifact-rating-rules.yml index 05b62aa8..c7ae023a 100644 --- a/.github/ISSUE_TEMPLATE/artifact-rating-rules.yml +++ b/.github/ISSUE_TEMPLATE/artifact-rating-rules.yml @@ -1,5 +1,5 @@ -name: Artifact Rating Rules -description: 圣遗物评分细则建议 +name: 圣遗物评分细则建议 +description: 为圣遗物评分规则提供你的想法 title: "[Artifact Rating] 请在这里填写角色名称" labels: area-AvatarInfo assignees: Lightczx diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml similarity index 84% rename from .github/ISSUE_TEMPLATE/bug_report.yml rename to .github/ISSUE_TEMPLATE/bug-report.yml index eb6e6e48..a538cc58 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -8,6 +8,7 @@ body: - type: markdown attributes: value: | + **请在上方设置一个合适的工单标题** 请按下方的要求填写完整的问题表单,以便我们更快的定位问题。 - type: input @@ -26,6 +27,27 @@ body: label: Snap Hutao 版本 description: 在应用标题,应用程序的设置界面中靠下的位置可以找到 placeholder: 例:1.1.0 + validations: + required: true + + - type: dropdown + id: user-set-category + attributes: + label: 问题分类 + description: 请设置一个你认为合适的分类,这将帮助我们快速定位问题 + options: + - 安装和环境 + - 成就管理 + - 角色信息面板 + - 游戏启动 + - 实时便笺 + - 养成计算 + - 文件缓存 + - 祈愿记录 + - 玩家查询 + - 胡桃数据库 + - 用户界面 + - 公告 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index 56a384ba..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: 功能请求 -description: 告诉我们你的想法 -title: "[Feat]: 在这里填写一个合适的标题" -labels: ["功能"] -assignees: - - Lightczx -body: - - type: markdown - attributes: - value: | - 请按下方的要求填写完整的问题表单,以便我们更快的定位问题。 - - - type: textarea - id: req - attributes: - label: 你想要实现或优化的功能? - description: 详细的描述一下你想要的功能 - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/network-issue.yml b/.github/ISSUE_TEMPLATE/network-issue.yml new file mode 100644 index 00000000..8584f4ec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/network-issue.yml @@ -0,0 +1,76 @@ +name: 网络问题 +description: 当网络问题影响到你的程序使用时 +title: "[Network]: 在这里填写一个合适的标题" +labels: ["area-Network"] +assignees: + - Lightczx + - Masterain98 +body: + - type: markdown + attributes: + value: | + **请先在上方为工单设置一个合适的标题** + **请按下方的要求填写完整的问题表单,以便我们更快的定位问题。** + + - type: textarea + id: network-diagnosis-report + attributes: + label: 提交你的网络诊断报告 + description: | + 停下! + **在填写下面的问题之前请先使用我们的网络诊断工具** + **这个工具将会生成一份报告,请将这份报告拖入下面的框中,让其与你的工单一起被上传提交** + - 你可以点击下面的链接以下载网络诊断工具: + - [胡桃资源站](https://d.hut.ao/d/tools/network-diagnosis-tool.exe) + - [GitHub](https://github.com/DGP-Studio/Snap.Hutao/files/10081999/network-diagnosis-hutao.zip) + 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: + - 完全无法连接服务器 + - 连接速度慢 + - 获取到了不正确的页面或数据 + - 图片下载错误(429 Error) + - 其它 + validations: + required: true + + - type: textarea + id: what-happened + attributes: + label: 你的问题(补充) + description: 如果你在上一项中选择了`其它`或者你有更多信息需要提供,请在这里写下来 + validations: + required: false + +