diff --git a/.github/issue_template.md b/.github/ISSUE_TEMPLATE/bug---.md similarity index 67% rename from .github/issue_template.md rename to .github/ISSUE_TEMPLATE/bug---.md index 79efbbc9..9599ee10 100644 --- a/.github/issue_template.md +++ b/.github/ISSUE_TEMPLATE/bug---.md @@ -1,3 +1,12 @@ +--- +name: Bug 报告 +about: 在提出问题前请先自行排除服务器端问题和升级到最新客户端,同时也请通过搜索确认是否有人提出过相同问题。 +title: "[BUG]" +labels: bug +assignees: '' + +--- + 在提出问题前请先自行排除服务器端问题和升级到最新客户端,同时也请通过搜索确认是否有人提出过相同问题。 ### 预期行为 @@ -22,4 +31,3 @@ ### 环境信息(客户端请升级至最新正式版) ### 额外信息(可选) - diff --git a/.github/ISSUE_TEMPLATE/feature---.md b/.github/ISSUE_TEMPLATE/feature---.md new file mode 100644 index 00000000..a93f12ad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature---.md @@ -0,0 +1,20 @@ +--- +name: Feature 请求 +about: 为这个项目提出一个建议 +title: "[Feature request]" +labels: enhancement +assignees: '' + +--- + +**你的功能请求是否与一个问题有关?请描述。** +清楚而简洁地描述问题是什么。例如。我总是感到沮丧,当 [...] + +**描述你希望的解决方案** +对你希望发生的事情进行清晰、简明的描述。 + +**描述你所考虑的替代方案** +对你考虑过的任何替代解决方案或功能进行清晰、简洁的描述。 + +**Additional context** +Add any other context or screenshots about the feature request here.