From 095f6405a45c425b5515a1f80f91b7c3e583e514 Mon Sep 17 00:00:00 2001 From: Miguel Pragosa <154613770+mpragosa-te@users.noreply.github.com> Date: Wed, 1 Apr 2026 13:13:44 +0100 Subject: [PATCH] doc: Add Support-related documentation (#145) - Add the ThousandEyes Community link to the README support section - Keep the existing SDK-specific support contact guidance - Copy the CODEOWNERS file from thousandeyes-sdk-go --- .github/CODEOWNERS | 3 +++ README.md | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..0247928a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# code owners + +* @brumarqu-te @jabrowne-te @mpragosa-te @phpinhei-te @sfreitas-te @stulowes-te @kevihan-te @goncarva-te @rodrirod-te diff --git a/README.md b/README.md index c971193b..47b3ec77 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ For more info regarding the API, please check the [Developer support](https://de ## Support +Join the discussion in the [ThousandEyes Community](https://community.cisco.com/t5/thousandeyes/bd-p/disc-thousandeyes). For bug reports, feature requests, or questions about this SDK, please contact [ThousandEyes Support](https://docs.thousandeyes.com/product-documentation/getting-started/getting-support-from-thousandeyes#contacting-support). ## Roadmap and maintenance @@ -54,4 +55,4 @@ Thanks for your interest in contributing! There are many ways to contribute to t ## License -This library is distributed under the Apache 2.0 license found in the [LICENSE](/LICENSE) file. \ No newline at end of file +This library is distributed under the Apache 2.0 license found in the [LICENSE](/LICENSE) file.