From ce9f48e3d5dbefae9a9a6e85f3369fa78c49c780 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Fri, 29 Jan 2016 15:59:50 +0000 Subject: [PATCH] Moved build status to the top --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0108f863..fe619adc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -#![Headphones Logo](https://github.com/rembo10/headphones/raw/master/data/images/headphoneslogo.png) Headphones +##![Headphones Logo](https://github.com/rembo10/headphones/raw/master/data/images/headphoneslogo.png) Headphones + +Master Branch: [![Build Status](https://travis-ci.org/rembo10/headphones.svg?branch=master)](https://travis-ci.org/rembo10/headphones) +Develop Branch: [![Build Status](https://travis-ci.org/rembo10/headphones.svg?branch=develop)](https://travis-ci.org/rembo10/headphones) Headphones is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole. @@ -18,7 +21,7 @@ You are free to join the Headphones support community on IRC where you can ask q 1. Analyze your log, you just might find the solution yourself! 2. You read the wiki and searched existing issues, but this is not solving your problem. -3. Post the issue with a clear title, description and the HP log and use [proper markdown syntax](https://help.github.com/articles/github-flavored-markdown) to structure your text (code/log in code blocks). +3. Post the issue with a clear title, description and the HP log and use [proper markdown syntax](https://help.github.com/articles/github-flavored-markdown) to structure your text (code/log in code blocks). 4. Close your issue when it's solved! If you found the solution yourself, please comment so that others benefit from it. **Feature requests** can be reported on the GitHub issue tracker too: @@ -62,7 +65,3 @@ Album Page with track overview: ## License This is free software under the GPL v3 open source license. Feel free to do with it what you wish, but any modification must be open sourced. A copy of the license is included. - -Master Branch: [![Build Status](https://travis-ci.org/rembo10/headphones.svg?branch=master)](https://travis-ci.org/rembo10/headphones) - -Develop Branch: [![Build Status](https://travis-ci.org/rembo10/headphones.svg?branch=develop)](https://travis-ci.org/rembo10/headphones)