From e87e8ec29d9c59197ce99354b146dd029c59fb06 Mon Sep 17 00:00:00 2001 From: William Barrett <75017464+wbarrettmcafee@users.noreply.github.com> Date: Tue, 20 Jul 2021 18:28:23 +0100 Subject: [PATCH] Update README.md Updating README.md to point to CONTRIBUTING.md --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index 42c184b..ff68362 100644 --- a/README.md +++ b/README.md @@ -23,20 +23,7 @@ https://github.com/mcafee/mysql-audit/wiki ## Feedback / Bug Reporting Found a bug? Got a feature request or question? -Please feel free to report to: https://github.com/mcafee/mysql-audit/issues - -If reporting a bug, please describe the problem verbosely. Try to see if it reproduces and -include a detailed description on how to reproduce. - -Make sure to include your MySQL Server version and Audit Plugin version. -To print MySQL Server version: log into MySQL and execute the command: - - status - -Please include with the bug the MySQL error log. -Log file location can be queried by running the following command: - - show global variables like 'log_error' +Check out the [CONTRIBUTING.md](https://github.com/mcafee/mysql-audit/blob/master/CONTRIBUTING.md) to see how you can get involved. ## Source Code