From c91b913f8419ed2bba55a6150cfaa402e799df32 Mon Sep 17 00:00:00 2001 From: HJK Date: Wed, 23 Jan 2019 17:18:04 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..6f79a63 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,24 @@ +--- +name: Bug report +about: Create a report to help us improve +title: BUG +labels: '' +assignees: '' + +--- + +**问题描述** +提交issues前,请检查是否是最新的代码,检查是否是Python3,检查依赖有没有安装完整 + +- 搜索的关键字: +- 出错的音乐源: +- 使用的命令: + +**使用的环境** +- 操作系统版本: +- Python版本: + +**截图** +使用`-v`参数运行,截取完整错误信息 + +**修改建议**