From 2311854c42b39592fe77ca103cbb585284fddce3 Mon Sep 17 00:00:00 2001 From: Chris Kleinknecht Date: Thu, 4 Feb 2021 14:05:50 -0800 Subject: [PATCH] chore: Add contributing section to README (#600) --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.rst b/README.rst index 311ebc6589..095457db25 100644 --- a/README.rst +++ b/README.rst @@ -129,6 +129,18 @@ Executing a query results = cursor.fetchall() +Contributing +------------ + +Contributions to this library are always welcome and highly encouraged. + +See `CONTRIBUTING `_ for more information on how to get +started. + +Please note that this project is released with a Contributor Code of Conduct. +By participating in this project you agree to abide by its terms. See the `Code +of Conduct `_ for more information. + Current limitations -------------------