From a9b4e637f930e1a295d8292b6c16055c19eba23a Mon Sep 17 00:00:00 2001 From: Jonathan Donald <91503381+j-noel-longhand@users.noreply.github.com> Date: Thu, 7 Apr 2022 20:29:08 +0000 Subject: [PATCH] [docs] community discussion change (#7507) Replace link to openthread-users Google Group with link to GitHub OpenThread Discussions, clarify issue reporting links. --- .github/ISSUE_TEMPLATE.md | 2 +- README.md | 7 ++----- examples/platforms/simulation/CMakeLists.txt | 4 ++-- src/posix/CMakeLists.txt | 4 ++-- 4 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 160bc34e5..479ca7f21 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,3 +1,3 @@ GitHub Issues are for bugs and feature requests. To make bugs and feature requests more easy to find and organize, we close issues that are deemed out of scope for GitHub Issues. -The openthread-users Google Group is the recommended place for users to discuss OpenThread and interact directly with the OpenThread community. https://groups.google.com/forum/#!forum/openthread-users +OpenThread GitHub Discussions is the recommended place for users to discuss OpenThread and interact directly with the OpenThread community. https://github.com/openthread/openthread/discussions diff --git a/README.md b/README.md index 59a91b180..657458845 100644 --- a/README.md +++ b/README.md @@ -66,10 +66,7 @@ Please only use the OpenThread name and marks when accurately referencing this s # Need help? -There are numerous avenues for OpenThread support: +OpenThread support is available on GitHub: - Bugs and feature requests — [submit to the Issue Tracker](https://github.com/openthread/openthread/issues) -- Stack Overflow — [post questions using the `openthread` tag](http://stackoverflow.com/questions/tagged/openthread) -- Google Groups — [discussion and announcements at openthread-users](https://groups.google.com/forum/#!forum/openthread-users) - -The openthread-users Google Group is the recommended place for users to discuss OpenThread and interact directly with the OpenThread team. +- Community Discussion - [ask questions, share ideas, and engage with other community members](https://github.com/openthread/openthread/discussions) diff --git a/examples/platforms/simulation/CMakeLists.txt b/examples/platforms/simulation/CMakeLists.txt index 386003141..883ee641c 100644 --- a/examples/platforms/simulation/CMakeLists.txt +++ b/examples/platforms/simulation/CMakeLists.txt @@ -102,7 +102,7 @@ target_include_directories(openthread-simulation PRIVATE if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME) set(CPACK_PACKAGE_NAME "openthread-simulation") set(CPACK_GENERATOR "DEB") - set(CPACK_DEBIAN_PACKAGE_MAINTAINER "OpenThread Authors