From a530ec23fa35cad12baefe0e3fece4c60496140b Mon Sep 17 00:00:00 2001 From: Nicolas Hennion Date: Sat, 12 Dec 2015 14:49:29 +0100 Subject: [PATCH 1/4] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cbc93fda..b7d88df6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,7 +46,11 @@ Example: > Short and descriptive example bug report title > -> A summary of the issue and the browser/OS environment in which it occurs. If +> Glances and PsUtil version used (glances -v) +> +> Operating system description (name and version). +> +> A summary of the issue and the OS environment in which it occurs. If > suitable, include the steps required to reproduce the bug. > > 1. This is the first step From c68eddf7b8a9eca234715cb3f2550b628a868686 Mon Sep 17 00:00:00 2001 From: sillage Date: Sun, 21 Feb 2016 16:21:57 +0100 Subject: [PATCH 2/4] Fix: typo --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b7d88df6..8b1d69b6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ patches and features. ## Using the issue tracker -The [issue tracker](https://github.com/nicolargos/glances/issues) is +The [issue tracker](https://github.com/nicolargo/glances/issues) is the preferred channel for [bug reports](#bug-reports), [features requests](#feature-requests) and [submitting pull requests](#pull-requests), but please respect the following restrictions: @@ -46,7 +46,7 @@ Example: > Short and descriptive example bug report title > -> Glances and PsUtil version used (glances -v) +> Glances and PsUtil version used (glances -V) > > Operating system description (name and version). > From acab0b2368dfae340b1382954dd7b4e34edc9ded Mon Sep 17 00:00:00 2001 From: Shu Ding Date: Mon, 22 Feb 2016 14:36:19 +0800 Subject: [PATCH 3/4] Update README.rst Change http://bit.ly to https://bit.ly --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b04e2a23..1cf61c32 100644 --- a/README.rst +++ b/README.rst @@ -61,13 +61,13 @@ To install both dependencies and latest Glances production ready version .. code-block:: console - curl -L http://bit.ly/glances | /bin/bash + curl -L https://bit.ly/glances | /bin/bash or .. code-block:: console - wget -O- http://bit.ly/glances | /bin/bash + wget -O- https://bit.ly/glances | /bin/bash *Note*: Only supported on some GNU/Linux distributions. If you want to support other distributions, please contribute to `glancesautoinstall`_. From a779723d2de4bc5f336858ee1ed632436a0fc3f5 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Wed, 16 Mar 2016 21:14:30 +0100 Subject: [PATCH 4/4] Correct screenshot URL error --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 26629153..94e3f15e 100644 --- a/README.rst +++ b/README.rst @@ -25,7 +25,7 @@ Follow Glances on Twitter: `@nicolargo`_ or `@glances_system`_ **Glances** is a cross-platform curses-based system monitoring tool written in Python. -.. image:: https://raw.github.com/nicolargo/glances/master/docs/images/screenshot-wide.png +.. image:: https://raw.githubusercontent.com/nicolargo/glances/master/docs/_static/screenshot-wide.png Requirements ============