From b7fbf3832f7cc7fbe348ef5fec82e292b3167a14 Mon Sep 17 00:00:00 2001 From: Jean-Marie RENOUARD Date: Tue, 16 Jun 2015 15:20:36 +0200 Subject: [PATCH] Adding a small CONTRIBUTING file --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..8e68cbd --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,9 @@ +# How to contribute # + +##Before Submitting an issue## + +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 + +3. [Read the doc](https://github.com/major/mysqltuner-perl/). It is short and useful.