FoldCraftLauncher/.github/ISSUE_TEMPLATE/feature-request.yml

37 lines
1.0 KiB
YAML
Raw Permalink Normal View History

2024-08-24 01:00:25 +00:00
name: Feature Request / 功能请求
description: |
2024-08-24 01:01:41 +00:00
Propose new features for Fold Craft Launcher.
为Fold Craft Launcher提出新功能。
2023-07-28 20:22:26 +00:00
labels: feature request
body:
- type: markdown
attributes:
2024-08-24 01:00:25 +00:00
value: |
Make sure to check the issues list for duplicates before submitting!
提交前,请务必检查问题列表中的重复项!
- type: checkboxes
id: checks
attributes:
label: Before making issue / 在发布提问之前...
options:
- label: I understand this is a request, not a wish.我明白这是在提出请求而不是在许愿。
required: true
2023-07-28 20:22:26 +00:00
- type: textarea
id: "feature"
attributes:
2024-08-24 01:00:25 +00:00
label: Description / 描述
description: |
Describe in detail the new features you would like to add.
详细描述你要添加的新功能。
2023-07-28 20:22:26 +00:00
validations:
required: true
- type: textarea
id: "reason"
attributes:
2024-08-24 01:00:25 +00:00
label: Why / 原因
description: |
Describe the benefits of this feature and why.
描述此功能的好处及其原因。
2023-07-28 20:22:26 +00:00
validations:
required: true