From 0088d99d2d69034222499986f42d83e93aae7260 Mon Sep 17 00:00:00 2001 From: Chris Kleinknecht Date: Thu, 4 Feb 2021 13:57:10 -0800 Subject: [PATCH] chore: Add contributing section to README --- 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 -------------------