-
Notifications
You must be signed in to change notification settings - Fork 693
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ISSUE_TEMPLATE [skip ci] (#3446)
* Update ISSUE_TEMPLATE [skip ci] * Apply suggestions from yushijinhun Co-authored-by: yushijinhun <yushijinhun@gmail.com> --------- Co-authored-by: yushijinhun <yushijinhun@gmail.com>
- Loading branch information
1 parent
f2edc80
commit 01f9a45
Showing
3 changed files
with
39 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: QQ 群 | QQ Groups | ||
- name: QQ 群 | QQ Group | ||
url: https://docs.hmcl.net/groups.html | ||
about: Hello Minecraft! Launcher 的官方 QQ 交流群。| The official QQ groups of Hello Minecraft! Laucher. | ||
- name: Discord 频道 | Discord Channel | ||
about: Hello Minecraft! Launcher 的官方 QQ 交流群。| The official QQ group of Hello Minecraft! Launcher. | ||
- name: Discord 服务器 | Discord Server | ||
url: https://discord.gg/jVvC7HfM6U | ||
about: Hello Minecraft! Launcher 的官方 Discord 频道。| The official Discord channel of Hello Minecraft! Launcher. | ||
about: Hello Minecraft! Launcher 的官方 Discord 服务器。| The official Discord server of Hello Minecraft! Launcher. | ||
- name: 其他反馈 | Others | ||
url: https://github.com/HMCL-dev/HMCL/discussions/new/choose | ||
about: 通过 Discussions 反馈其他问题。| Report other problems in Discussions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,28 @@ | ||
name: 新功能 | Feature Request | ||
description: 为 HMCL 提出新功能 | A new feature for HMCL | ||
description: 为 HMCL 提出新功能。| Suggest a new feature or enhancement for HMCL. | ||
title: "[Feature] " | ||
labels: enhancement | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: 请确认 Issues 列表无重复的项目。| Please make sure that no duplicated issues has already been delivered. | ||
value: | | ||
请确认 Issues 列表无重复的项目。 | ||
Please make sure that no duplicate issues have already been submitted. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: 描述 | Description | ||
description: 请详细描述你想加入的新功能。| Please describe the new feature detaily. | ||
description: | | ||
请详细描述你想加入的新功能。 | ||
Please describe the new feature in detail. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reason | ||
attributes: | ||
label: 原因 | Reason | ||
description: 请描述该功能带来的好处及原因。| Please describe why you want to add the feature into HMCL. | ||
description: | | ||
请描述该功能带来的好处及原因。 | ||
Please describe why you want to add the feature or enhancement to HMCL. | ||
validations: | ||
required: true |