From 041a48f4272a9a0e867d494394c06e29e9434bec Mon Sep 17 00:00:00 2001 From: John Barker Date: Fri, 8 May 2026 17:25:32 +0100 Subject: [PATCH 1/3] Discussion should be in GH Org The Google Group has been archived, GitHub Discussions are not enabled in this repo --- .github/ISSUE_TEMPLATE/config.yml | 2 +- README.rst | 2 +- docs/index.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 42206737..d478dbb3 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -19,7 +19,7 @@ contact_links: - name: >- [🎉 NEW 🎉] 🤷💻🤦 GitHub Discussions - url: https://github.com/aio-libs/propcache/discussions + url: https://github.com/orgs/aio-libs/discussions about: >- Please ask typical Q&A in the Discussions tab or on StackOverflow - name: 🤷💻🤦 StackOverflow diff --git a/README.rst b/README.rst index ce10fbf8..88996baf 100644 --- a/README.rst +++ b/README.rst @@ -82,7 +82,7 @@ or have some suggestion in order to improve the library. Discussion list --------------- -*aio-libs* google group: https://groups.google.com/forum/#!forum/aio-libs +*aio-libs* GitHub Discussions: https://github.com/orgs/aio-libs/discussions Feel free to post your questions and ideas here. diff --git a/docs/index.rst b/docs/index.rst index e4253d82..2551bf96 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -35,7 +35,7 @@ or have some suggestion in order to improve the library. Discussion list --------------- -*aio-libs* google group: https://groups.google.com/forum/#!forum/aio-libs +*aio-libs* GitHub Discussions: https://github.com/orgs/aio-libs/discussions Feel free to post your questions and ideas here. From aa943d32ac579c638c1730f6e95e3e636ee1d527 Mon Sep 17 00:00:00 2001 From: John Barker Date: Fri, 8 May 2026 20:11:19 +0100 Subject: [PATCH 2/3] changelog --- CHANGES/217.doc.rst | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CHANGES/217.doc.rst diff --git a/CHANGES/217.doc.rst b/CHANGES/217.doc.rst new file mode 100644 index 00000000..f0d7360b --- /dev/null +++ b/CHANGES/217.doc.rst @@ -0,0 +1,3 @@ +Updated discussion links from the defunct Google Groups forum to +GitHub Discussions in the org-wide aio-libs space +-- by :user:`gundalow`. From 1b87b8c9dda04c81beb9880b88c2a57f72aae096 Mon Sep 17 00:00:00 2001 From: John Barker Date: Fri, 8 May 2026 23:59:25 +0100 Subject: [PATCH 3/3] ci-docs-spelling --- CHANGES/217.doc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES/217.doc.rst b/CHANGES/217.doc.rst index f0d7360b..94b52efe 100644 --- a/CHANGES/217.doc.rst +++ b/CHANGES/217.doc.rst @@ -1,3 +1,3 @@ Updated discussion links from the defunct Google Groups forum to -GitHub Discussions in the org-wide aio-libs space +the ``aio-libs`` org-wide GitHub Discussions -- by :user:`gundalow`.