From 43c81a60f0533c1d47e300fcee910b4dbe885f6a Mon Sep 17 00:00:00 2001 From: Jean-Marie Renouard Date: Wed, 19 Aug 2015 14:56:51 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 18a45e1..80261d0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,11 +4,15 @@ 1. Upgrade to the latest version of MySQLtuner and see if the problem remains -2. Look at the [closed issues](https://github.com/major/mysqltuner-perl/issues?state=closed), we may have already answered a similar problem +2. Look at the [closed issues](https://github.com/major/mysqltuner-perl/issues?state=closed), we may have already answered a similar problem. -3. [Read the doc](https://github.com/major/mysqltuner-perl/). It is short and useful. +3. Post new features or bugs you have found at [ Issue tracker](https://github.com/major/mysqltuner-perl/issues) +4. [Read the doc](https://github.com/major/mysqltuner-perl/). It is short and useful. +5. +5. [Read the internal doc](https://github.com/major/MySQLTuner-perl/blob/master/INTERNALS.md). It is short and useful. + ##If you want to contribute ## -You can find Enhancement asked by community at [Enhancement issue](https://github.com/major/MySQLTuner-perl/labels/enhancement) - +* You can find Enhancement asked by community at [Enhancement issue](https://github.com/major/MySQLTuner-perl/labels/enhancement) +* You can find Bug asked by community at [Bug issue](https://github.com/major/MySQLTuner-perl/labels/bug)