name: "🐛 错误报告 / Bug Report"
description: "报告崩溃、异常行为、存档或界面问题 / Report crashes, incorrect behavior, save, or UI issues"
title: "[Bug] "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
## 提交前检查 / Before submitting
感谢你帮助改进 Soul Harvest。中文或 English 均可,请按区块填写尽可能完整的信息。
Thank you for helping improve Soul Harvest. Chinese and English reports are both welcome. Please complete each relevant section.
- type: checkboxes
id: preflight
attributes:
label: "提交前确认 / Pre-flight checklist"
options:
- label: "我已搜索现有 Issue,确认没有相同报告。 / I searched existing issues for duplicates."
required: true
- label: "我正在使用适用于当前 tModLoader 分支的最新版 Soul Harvest。 / I am using the latest Soul Harvest version for my tModLoader branch."
required: true
- label: "我已备份涉及问题的人物与世界存档。 / I backed up any affected character and world saves."
required: true
- type: markdown
attributes:
value: |
## 问题分类 / Issue classification
请选择最接近问题的系统;可同时选择多个范围。
- type: dropdown
id: issue_type
attributes:
label: "问题类型 / Issue type"
options:
- "崩溃或无法加载 / Crash or load failure"
- "玩法或伤害异常 / Gameplay or damage"
- "界面或操作异常 / UI or controls"
- "存档、成长或迁移 / Save, progression, or migration"
- "视觉或音效异常 / Visual or audio"
- "物品、配方或掉落 / Item, recipe, or drop"
- "其他 / Other"
validations:
required: true
- type: dropdown
id: affected_area
attributes:
label: "涉及系统 / Affected systems"
multiple: true
options:
- "收魂镰与通用成长 / Harvest Sickle and common progression"
- "六种形态与最终死神 / Six forms and final Death form"
- "死亡领域与死亡项链 / Death Domain and Death Necklace"
- "死神祭坛与成长界面 / Death Altar and progression UI"
- "灵魂、灵魂精华与魂印 / Souls, Soul Essence, and Soul Seals"
- "长袍与翅膀 / Robes and wings"
- "配方、物品与掉落 / Recipes, items, and drops"
- "本地化、教程或按键 / Localization, guide, or keybinds"
- "其他 / Other"
validations:
required: true
- type: markdown
attributes:
value: |
## 版本与运行环境 / Versions and environment
版本信息可在 tModLoader 的模组列表、主菜单左下角和日志开头找到。
- type: input
id: mod_version
attributes:
label: "Soul Harvest 版本 / Soul Harvest version"
placeholder: "例如 / Example: 3.0"
validations:
required: true
- type: input
id: tml_version
attributes:
label: "tModLoader 版本 / tModLoader version"
placeholder: "例如 / Example: 2026.07.x"
validations:
required: true
- type: input
id: operating_system
attributes:
label: "操作系统 / Operating system"
placeholder: "例如 / Example: Windows 11 24H2"
validations:
required: true
- type: dropdown
id: play_mode
attributes:
label: "游玩模式 / Play mode"
options:
- "单人 / Single-player"
- "主机联机(房主) / Host & Play (host)"
- "主机联机(客户端) / Host & Play (client)"
- "专用服务器 / Dedicated server"
validations:
required: true
- type: dropdown
id: legacy_character
attributes:
label: "人物是否来自旧版 DeathMod / Is the character from legacy DeathMod?"
options:
- "否 / No"
- "是 / Yes"
- "不确定 / Unsure"
validations:
required: true
- type: markdown
attributes:
value: |
## 问题详情 / Problem details
请提供能够让维护者在新人物或测试世界中重现问题的最短步骤。
- type: textarea
id: summary
attributes:
label: "问题摘要 / Summary"
description: "用一两句话说明发生了什么。 / Describe the problem in one or two sentences."
placeholder: "触发某项操作后,实际出现了…… / After performing ..., the game ..."
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: "复现步骤 / Reproduction steps"
description: "包括所用物品、形态、升级、按键、世界进度与目标。 / Include items, form, upgrades, inputs, world progression, and target."
placeholder: |
1. 装备…… / Equip ...
2. 进入…… / Enter ...
3. 按下…… / Press ...
4. 观察到…… / Observe ...
validations:
required: true
- type: dropdown
id: frequency
attributes:
label: "复现频率 / Frequency"
options:
- "每次必现 / Every time"
- "经常出现 / Often"
- "偶尔出现 / Sometimes"
- "仅出现一次 / Once"
validations:
required: true
- type: textarea
id: expected
attributes:
label: "预期结果 / Expected behavior"
description: "正常情况下应该发生什么? / What should have happened?"
validations:
required: true
- type: textarea
id: actual
attributes:
label: "实际结果 / Actual behavior"
description: "请包含提示、伤害、数值、动画或界面状态。 / Include messages, damage, values, animation, or UI state."
validations:
required: true
- type: markdown
attributes:
value: |
## 成长、模组与诊断资料 / Progression, mods, and diagnostics
崩溃、服务器和模组冲突问题请务必附上对应会话的完整日志。
- type: textarea
id: progression
attributes:
label: "相关成长状态 / Relevant progression"
description: "例如形态与阶段、技能等级、死亡领域/项链升级、Boss 进度、灵魂与精华数量。 / For example: form/stage, skills, domain/necklace upgrades, bosses, souls, and essence."
- type: textarea
id: mod_list
attributes:
label: "启用的模组 / Enabled mods"
description: "粘贴完整列表或拖入 enabled.json。只启用 Soul Harvest 时也请注明。 / Paste the full list or attach enabled.json. State if Soul Harvest was the only enabled mod."
validations:
required: true
- type: textarea
id: logs
attributes:
label: "日志 / Logs"
description: "拖入 client.log;专用服务器问题同时附上 server.log。请先移除令牌等敏感信息。 / Attach client.log and, for dedicated servers, server.log. Remove secrets first."
- type: textarea
id: media
attributes:
label: "截图、录像或存档 / Screenshots, video, or saves"
description: "可直接拖入附件。仅在确有需要时提交已备份的 .plr/.wld。 / Drag files here. Only attach backed-up .plr/.wld files when necessary."
- type: textarea
id: additional_context
attributes:
label: "补充信息 / Additional context"
description: "包括临时解决方法、首次出现版本或其他线索。 / Include workarounds, first affected version, or other clues."
- type: checkboxes
id: final_confirmation
attributes:
label: "最终确认 / Final confirmation"
options:
- label: "我没有在正文或附件中公开密码、访问令牌等敏感信息。 / I did not expose passwords, access tokens, or other secrets."
required: true
name: "🐛 错误报告 / Bug Report"
description: "报告崩溃、异常行为、存档或界面问题 / Report crashes, incorrect behavior, save, or UI issues"
title: "[Bug] "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
## 提交前检查 / Before submitting
感谢你帮助改进 Soul Harvest。中文或 English 均可,请按区块填写尽可能完整的信息。
Thank you for helping improve Soul Harvest. Chinese and English reports are both welcome. Please complete each relevant section.
- type: checkboxes
id: preflight
attributes:
label: "提交前确认 / Pre-flight checklist"
options:
- label: "我已搜索现有 Issue,确认没有相同报告。 / I searched existing issues for duplicates."
required: true
- label: "我正在使用适用于当前 tModLoader 分支的最新版 Soul Harvest。 / I am using the latest Soul Harvest version for my tModLoader branch."
required: true
- label: "我已备份涉及问题的人物与世界存档。 / I backed up any affected character and world saves."
required: true
- type: markdown
attributes:
value: |
## 问题分类 / Issue classification
请选择最接近问题的系统;可同时选择多个范围。
- type: dropdown
id: issue_type
attributes:
label: "问题类型 / Issue type"
options:
- "崩溃或无法加载 / Crash or load failure"
- "玩法或伤害异常 / Gameplay or damage"
- "界面或操作异常 / UI or controls"
- "存档、成长或迁移 / Save, progression, or migration"
- "视觉或音效异常 / Visual or audio"
- "物品、配方或掉落 / Item, recipe, or drop"
- "其他 / Other"
validations:
required: true
- type: dropdown
id: affected_area
attributes:
label: "涉及系统 / Affected systems"
multiple: true
options:
- "收魂镰与通用成长 / Harvest Sickle and common progression"
- "六种形态与最终死神 / Six forms and final Death form"
- "死亡领域与死亡项链 / Death Domain and Death Necklace"
- "死神祭坛与成长界面 / Death Altar and progression UI"
- "灵魂、灵魂精华与魂印 / Souls, Soul Essence, and Soul Seals"
- "长袍与翅膀 / Robes and wings"
- "配方、物品与掉落 / Recipes, items, and drops"
- "本地化、教程或按键 / Localization, guide, or keybinds"
- "其他 / Other"
validations:
required: true
- type: markdown
attributes:
value: |
## 版本与运行环境 / Versions and environment
版本信息可在 tModLoader 的模组列表、主菜单左下角和日志开头找到。
- type: input
id: mod_version
attributes:
label: "Soul Harvest 版本 / Soul Harvest version"
placeholder: "例如 / Example: 3.0"
validations:
required: true
- type: input
id: tml_version
attributes:
label: "tModLoader 版本 / tModLoader version"
placeholder: "例如 / Example: 2026.07.x"
validations:
required: true
- type: input
id: operating_system
attributes:
label: "操作系统 / Operating system"
placeholder: "例如 / Example: Windows 11 24H2"
validations:
required: true
- type: dropdown
id: play_mode
attributes:
label: "游玩模式 / Play mode"
options:
- "单人 / Single-player"
- "主机联机(房主) / Host & Play (host)"
- "主机联机(客户端) / Host & Play (client)"
- "专用服务器 / Dedicated server"
validations:
required: true
- type: dropdown
id: legacy_character
attributes:
label: "人物是否来自旧版 DeathMod / Is the character from legacy DeathMod?"
options:
- "否 / No"
- "是 / Yes"
- "不确定 / Unsure"
validations:
required: true
- type: markdown
attributes:
value: |
## 问题详情 / Problem details
请提供能够让维护者在新人物或测试世界中重现问题的最短步骤。
- type: textarea
id: summary
attributes:
label: "问题摘要 / Summary"
description: "用一两句话说明发生了什么。 / Describe the problem in one or two sentences."
placeholder: "触发某项操作后,实际出现了…… / After performing ..., the game ..."
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: "复现步骤 / Reproduction steps"
description: "包括所用物品、形态、升级、按键、世界进度与目标。 / Include items, form, upgrades, inputs, world progression, and target."
placeholder: |
1. 装备…… / Equip ...
2. 进入…… / Enter ...
3. 按下…… / Press ...
4. 观察到…… / Observe ...
validations:
required: true
- type: dropdown
id: frequency
attributes:
label: "复现频率 / Frequency"
options:
- "每次必现 / Every time"
- "经常出现 / Often"
- "偶尔出现 / Sometimes"
- "仅出现一次 / Once"
validations:
required: true
- type: textarea
id: expected
attributes:
label: "预期结果 / Expected behavior"
description: "正常情况下应该发生什么? / What should have happened?"
validations:
required: true
- type: textarea
id: actual
attributes:
label: "实际结果 / Actual behavior"
description: "请包含提示、伤害、数值、动画或界面状态。 / Include messages, damage, values, animation, or UI state."
validations:
required: true
- type: markdown
attributes:
value: |
## 成长、模组与诊断资料 / Progression, mods, and diagnostics
崩溃、服务器和模组冲突问题请务必附上对应会话的完整日志。
- type: textarea
id: progression
attributes:
label: "相关成长状态 / Relevant progression"
description: "例如形态与阶段、技能等级、死亡领域/项链升级、Boss 进度、灵魂与精华数量。 / For example: form/stage, skills, domain/necklace upgrades, bosses, souls, and essence."
- type: textarea
id: mod_list
attributes:
label: "启用的模组 / Enabled mods"
description: "粘贴完整列表或拖入 enabled.json。只启用 Soul Harvest 时也请注明。 / Paste the full list or attach enabled.json. State if Soul Harvest was the only enabled mod."
validations:
required: true
- type: textarea
id: logs
attributes:
label: "日志 / Logs"
description: "拖入 client.log;专用服务器问题同时附上 server.log。请先移除令牌等敏感信息。 / Attach client.log and, for dedicated servers, server.log. Remove secrets first."
- type: textarea
id: media
attributes:
label: "截图、录像或存档 / Screenshots, video, or saves"
description: "可直接拖入附件。仅在确有需要时提交已备份的 .plr/.wld。 / Drag files here. Only attach backed-up .plr/.wld files when necessary."
- type: textarea
id: additional_context
attributes:
label: "补充信息 / Additional context"
description: "包括临时解决方法、首次出现版本或其他线索。 / Include workarounds, first affected version, or other clues."
- type: checkboxes
id: final_confirmation
attributes:
label: "最终确认 / Final confirmation"
options:
- label: "我没有在正文或附件中公开密码、访问令牌等敏感信息。 / I did not expose passwords, access tokens, or other secrets."
required: true