MySQLTuner-perl/CONTRIBUTING.md

18 lines
866 B
Markdown
Raw Normal View History

2015-06-16 13:20:36 +00:00
# How to contribute #
##Before Submitting an issue##
1. Upgrade to the latest version of MySQLtuner and see if the problem remains
2015-08-19 12:56:51 +00:00
2. Look at the [closed issues](https://github.com/major/mysqltuner-perl/issues?state=closed), we may have already answered a similar problem.
2015-06-16 13:20:36 +00:00
2015-08-19 12:56:51 +00:00
3. Post new features or bugs you have found at [ Issue tracker](https://github.com/major/mysqltuner-perl/issues)
2015-08-18 16:55:06 +00:00
2015-08-19 12:56:51 +00:00
4. [Read the doc](https://github.com/major/mysqltuner-perl/). It is short and useful.
5. [Read the internal doc](https://github.com/major/MySQLTuner-perl/blob/master/INTERNALS.md). It is short and useful.
2015-08-18 16:55:06 +00:00
2015-08-19 12:56:51 +00:00
##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 Bug asked by community at [Bug issue](https://github.com/major/MySQLTuner-perl/labels/bug)