From fa0cb2a527a63adf20f3231bed6dda983be9c8f0 Mon Sep 17 00:00:00 2001 From: skuruppu Date: Thu, 8 Jul 2021 14:15:30 +1000 Subject: [PATCH 1/2] docs: update to include text about support status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4baa082..2e3a1a9d 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ The dialect test suite can be runned on [Spanner emulator](https://cloud.google. Contributing ------------ -Contributions to this library are welcome and encouraged. +Contributions to this library are welcome and encouraged. Please report issues, file feature requests, and send pull requests (see contributions). **Note that this project is not officially supported by Google as part of the Cloud Spanner product.** See [CONTRIBUTING](https://github.com/cloudspannerecosystem/python-spanner-sqlalchemy/blob/main/contributing.md) for more information on how to get started. From e4cbb569c52cfaf08e49d7aa71d43a6f2b78c862 Mon Sep 17 00:00:00 2001 From: skuruppu Date: Thu, 8 Jul 2021 14:17:24 +1000 Subject: [PATCH 2/2] fix: updated the contributing text to flow better --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2e3a1a9d..f601c077 100644 --- a/README.md +++ b/README.md @@ -222,11 +222,11 @@ The dialect test suite can be runned on [Spanner emulator](https://cloud.google. Contributing ------------ -Contributions to this library are welcome and encouraged. Please report issues, file feature requests, and send pull requests (see contributions). **Note that this project is not officially supported by Google as part of the Cloud Spanner product.** - -See [CONTRIBUTING](https://github.com/cloudspannerecosystem/python-spanner-sqlalchemy/blob/main/contributing.md) for more information on how to get +Contributions to this library are welcome and encouraged. Please report issues, file feature requests, and send pull requests. See [CONTRIBUTING](https://github.com/cloudspannerecosystem/python-spanner-sqlalchemy/blob/main/contributing.md) for more information on how to get started. +**Note that this project is not officially supported by Google as part of the Cloud Spanner product.** + 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](https://github.com/cloudspannerecosystem/python-spanner-sqlalchemy/blob/main/code-of-conduct.md) for more information.