Skip to content

Commit

Permalink
修复ISSUE_TEMPLATE的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteElephant-abc committed Jan 1, 2025
1 parent 25f9189 commit c67fcb7
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report_cn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ body:
- label: 我已将模组更新到最新版本
required: true
- type: input
id: Verison
id: Version
attributes:
label: 版本
description: 您发现此 BUG 使用的模组版本、Minecraft 版本以及加载器
Expand Down
92 changes: 46 additions & 46 deletions .github/ISSUE_TEMPLATE/bug_report_en.yml
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
Name: 🐛 | Bug Submission
Description: 🎤 | Submit the bugs you've found in this mod.
Title: "[BUG]: "
Labels: ["BUG"]
Body:
- Type: markdown
Attributes:
Value: "# 🎁 | Welcome to fill in the bug feedback for this mod!"
- Type: checkboxes
Id: BUG_Prefeedback
Attributes:
Label: Checklist
Description: "Before submitting, please confirm the following:"
Options:
- Label: This bug has not been submitted before.
Required: true
- Label: The fix for this bug is not in the PR.
Required: true
- Label: I have updated the mod to the latest version.
Required: true
- Type: input
Id: Verison
Attributes:
Label: Version
Description: The mod version, Minecraft version, and loader you were using when you found this bug.
Placeholder: "Mod version: vx.x.x; Minecraft version: x.x.x; Mod loader: ***"
Validations:
Required: true
- Type: textarea
Id: BUGInMSS3_Retry
Attributes:
Label: Reproduction Steps
Description: Please briefly describe how to trigger this bug.
Placeholder: |
name: 🐛 | Bug Submission
description: 🎤 | Submit the bugs you've found in this mod.
title: "[BUG]: "
labels: ["BUG"]
body:
- type: markdown
attributes:
value: "# 🎁 | Welcome to fill in the bug feedback for this mod!"
- type: checkboxes
id: BUG_Prefeedback
attributes:
label: Checklist
description: "Before submitting, please confirm the following:"
options:
- label: This bug has not been submitted before.
required: true
- label: The fix for this bug is not in the PR.
required: true
- label: I have updated the mod to the latest version.
required: true
- type: input
id: Version
attributes:
label: Version
description: The mod version, Minecraft version, and loader you were using when you found this bug.
placeholder: "Mod version: vx.x.x; Minecraft version: x.x.x; Mod loader: ***"
validations:
required: true
- type: textarea
id: BUGInMSS3_Retry
attributes:
label: Reproduction Steps
description: Please briefly describe how to trigger this bug.
placeholder: |
1. xxx
2. xxx
3. xxx
Validations:
Required: true
- Type: textarea
Id: UploadLog
Attributes:
Label: Remarks
Description: [Optional] Upload your launcher log and your game log (usually in `.minecraft\versions\<version folder>\logs`).
Validations:
Required: false
- Type: markdown
Attributes:
Value: "### 🎉 | Thank you for your support of this mod!"
validations:
required: true
- type: textarea
id: UploadLog
attributes:
label: Remarks
description: [Optional] Upload your launcher log and your game log (usually in `.minecraft\versions\<version folder>\logs`).
validations:
required: false
- type: markdown
attributes:
value: "### 🎉 | Thank you for your support of this mod!"

0 comments on commit c67fcb7

Please sign in to comment.