From 8101c20401f2ae1c39255ad21c034b74b9fe863b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Sun, 17 Aug 2014 13:15:37 +0200 Subject: [PATCH 1/2] Rename the readme to for redering it in github The text already is in ReStructuredText format, but github doesn't render it if the extension is't what it expects. See also https://github.com/github/markup --- README.txt => README.rst | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README.txt => README.rst (100%) diff --git a/README.txt b/README.rst similarity index 100% rename from README.txt rename to README.rst From 33031b4408886a4d5167c81f4009315c53d8c9aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Sun, 17 Aug 2014 13:30:34 +0200 Subject: [PATCH 2/2] Add bugreport URL --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index a4c973d9..175214ee 100644 --- a/README.rst +++ b/README.rst @@ -18,6 +18,13 @@ Documentation for all Connector/Python versions can be found online here: The source distribution of Connector/Python also contains example scripts. They can be found in the examples/ directory. +Bug reports and feature requests +================================ + +Please report bugs and submit feature requests at + + http://bugs.mysql.com + License =======