From b0d7a53d158516038736e59edc2438e43b121439 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sun, 29 Sep 2019 17:09:36 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/----.md | 17 +++++++++++++++++ .github/ISSUE_TEMPLATE/--bug.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/----.md create mode 100644 .github/ISSUE_TEMPLATE/--bug.md diff --git a/.github/ISSUE_TEMPLATE/----.md b/.github/ISSUE_TEMPLATE/----.md new file mode 100644 index 00000000..cc42211c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/----.md @@ -0,0 +1,17 @@ +--- +name: 功能请求 +about: 为这个项目提出一个想法 +title: 例如:添加xxx功能、优化xxx功能 +labels: '' +assignees: '' + +--- + +**描述您想要的解决方案** +简洁明了地描述您要发生的事情。 + +**描述您考虑过的替代方案** +对您考虑过的所有替代解决方案或功能的简洁明了的描述。 + +**其他内容** +在此处添加有关功能请求的任何其他上下文或屏幕截图。 diff --git a/.github/ISSUE_TEMPLATE/--bug.md b/.github/ISSUE_TEMPLATE/--bug.md new file mode 100644 index 00000000..c3f105fe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--bug.md @@ -0,0 +1,31 @@ +--- +name: 报告Bug +about: 创建报告以帮助我们改进 +title: 例如:音乐无法播放 +labels: '' +assignees: '' + +--- + +**描述错误** +清楚简洁地说明错误是什么。 + +**重现** +重现行为的步骤: +1.转到“ ...” +2.点击“ ....” +3.向下滚动到“ ....” +4.看到错误 + +**预期行为** +对您期望发生的事情的简洁明了的描述。 + +**截图** +如果适用,请添加屏幕截图以帮助解释您的问题。 + +**环境:** +  -操作系统及版本:[例如:Windows 10 64位 18362.156] +  -软件安装包及版本:[例如:Windows 64位绿色版 1.0.0] + +**其他内容** +在此处添加有关该问题的任何其他上下文。