Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
0xHJK authored Mar 11, 2019
2 parents 9487274 + 01a8b6b commit 4e6c519
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
21 changes: 13 additions & 8 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,23 @@ assignees: ''

---

**问题描述**
提交issues前,请检查是否是最新的代码,检查是否是Python3,检查依赖有没有安装完整
**问题描述(Question description)**
提交issue前,请先检查是否是最新的代码、环境是否符合要求、依赖是否安装完整
请尽可能填写完整以下信息,方便排查问题,填写不完整可能不会受理
解决问题后请关闭issue,谢谢

- 搜索的关键字:
- 出错的音乐源:
- 使用的命令:
- 搜索的关键字(Keyword)
- 出错的音乐源(Music source)
- 使用的命令(Command used)

**使用的环境**
- 操作系统版本:
- Python版本:
**使用的环境(Environment)**
- 安装方式(Installation method):
- music-dl版本(music-dl version):
- 操作系统版本(OS version):
- Python版本(Python version):

**截图**
使用`-v`参数运行,截取完整错误信息
Run with the `-v` parameter to get the full error message

**修改建议**
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ flake8:

clean:
rm -fr build dist .egg pymusic_dl.egg-info
rm -fr *.mp3 .pytest_cache coverage.xml report.xml
find . | grep __pycache__ | xargs rm -fr
find . | grep .pyc | xargs rm -f

Expand Down
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<hr>
<p align="center">
<a href="https://travis-ci.org/0xHJK/music-dl">
<img src="https://travis-ci.org/0xHJK/music-dl.svg">
<img src="https://travis-ci.org/0xHJK/music-dl.svg?branch=master">
</a>
<a><img src="https://img.shields.io/pypi/pyversions/pymusic-dl.svg"></a>
<a href="https://codecov.io/gh/0xHJK/music-dl">
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<hr>
<p align="center">
<a href="https://travis-ci.org/0xHJK/music-dl">
<img src="https://travis-ci.org/0xHJK/music-dl.svg">
<img src="https://travis-ci.org/0xHJK/music-dl.svg?branch=master">
</a>
<a><img src="https://img.shields.io/pypi/pyversions/pymusic-dl.svg"></a>
<a href="https://codecov.io/gh/0xHJK/music-dl">
Expand Down

0 comments on commit 4e6c519

Please sign in to comment.