From 9dc90ba086be6c5500f6505078e696449bd05d91 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Mon, 22 Jul 2024 14:04:36 +0200 Subject: [PATCH] Update the Slack channel references in the documentation --- CONTRIBUTING.md | 4 ++-- README.md | 15 +++++++++++++-- ROADMAP.md | 7 +++++++ docs/SUPPORT.md | 6 +++--- mkdocs.yml | 13 ++++++++++++- 5 files changed, 37 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7a58324..bbc49c1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing -[![Slack: testcontainers-c on slack.testcontainers.com](https://img.shields.io/badge/Slack-%23testcontainers%E2%80%94c-brightgreen?style=flat&logo=slack)](https://slack.testcontainers.org/) +[![Slack: testcontainers-native on slack.testcontainers.com](https://img.shields.io/badge/Slack-%23testcontainers%E2%80%94native-brightgreen?style=flat&logo=slack)](https://slack.testcontainers.org/) [![Stability: Experimental](https://masterminds.github.io/stability/experimental.svg)](https://masterminds.github.io/stability/experimental.html) Contributions are welcome! @@ -8,7 +8,7 @@ For any feedback and suggestions, use GitHub Issues. ## Community Slack -We use the `#testcontainers-c` channel on [Testcontainers Slack](https://slack.testcontainers.com/). +We use the `#testcontainers-native` channel on [Testcontainers Slack](https://slack.testcontainers.com/). Please join this channel if you want to discuss contributions/strategy/whatever. GitHub Issues are recommended for most of the proposals and bug reports though. diff --git a/README.md b/README.md index 778db83..bbacef5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Testcontainers Native Logo

-[![Slack: testcontainers-c on slack.testcontainers.org](https://img.shields.io/badge/Slack-%23testcontainers%E2%80%94c-brightgreen?style=flat&logo=slack)](http://slack.testcontainers.org/) +[![Slack: testcontainers-native on slack.testcontainers.org](https://img.shields.io/badge/Slack-%23testcontainers%E2%80%94native-brightgreen?style=flat&logo=slack)](http://slack.testcontainers.org/) [![Stability: Experimental](https://masterminds.github.io/stability/experimental.svg)](https://masterminds.github.io/stability/experimental.html) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/oleg-nenashev/testcontainers-c)](https://github.com/oleg-nenashev/testcontainers-c/releases) @@ -20,7 +20,7 @@ The project is based on [Testcontainers for Go](https://golang.testcontainers.or which is one of the most powerful Testcontainers implementations. Contributions and feedback are welcome! -Also join the `#testcontainers-c` channel on the [Testcontainers Slack](http://slack.testcontainers.org/). +Also join the `#testcontainers-native` channel on the [Testcontainers Slack](http://slack.testcontainers.org/). ## Key Features @@ -104,6 +104,17 @@ Kudos to: [Implementing Kubernetes C++ Client Library using Go Client Library](https://insujang.github.io/2019-11-28/implementing-kubernetes-cpp-client-library) - Infinite number of StackOverflow contributors +## Discuss + +For any questions and feedback, +join the `#testcontainers-native` channel on the [Testcontainers Slack](http://slack.testcontainers.org/). + +## Support the Project + +The best support is investing some time in the project. +All contributions are welcome, checkout the [Contributor Guide](./CONTRIBUTING.md). +Of course, [GitHub Sponsorships](https://github.com/sponsors/oleg-nenashev) will be appreciated too. + ## Read More - [Testcontainers](https://testcontainers.org/) diff --git a/ROADMAP.md b/ROADMAP.md index 3dd8d05..5820217 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,5 +1,7 @@ # Testcontainers Native. Roadmap +[![Slack: testcontainers-native on slack.testcontainers.org](https://img.shields.io/badge/Slack-%23testcontainers%E2%80%94native-brightgreen?style=flat&logo=slack)](http://slack.testcontainers.org/) + A full public roadmap is coming soon. See the [GitHub Issues](https://github.com/testcontainers/testcontainers-c/issues) and, in particular, @@ -17,6 +19,11 @@ the pinned issues to learn about the key initiatives on the table. ([vcpkg](https://github.com/testcontainers/testcontainers-c/issues/2), [Conan](https://github.com/testcontainers/testcontainers-c/issues/3)) +## Discuss the Roadmap + +For any questions and feedback, +join the `#testcontainers-native` channel on the [Testcontainers Slack](http://slack.testcontainers.org/). + ## Contributing All contributions are welcome! diff --git a/docs/SUPPORT.md b/docs/SUPPORT.md index 7534f26..1cfbfac 100644 --- a/docs/SUPPORT.md +++ b/docs/SUPPORT.md @@ -1,6 +1,6 @@ # Support for Testcontainers Native -[![Slack: testcontainers-c on slack.testcontainers.org](https://img.shields.io/badge/Slack-%23testcontainers%E2%80%94c-brightgreen?style=flat&logo=slack)](http://slack.testcontainers.org/) +[![Slack: testcontainers-native on slack.testcontainers.org](https://img.shields.io/badge/Slack-%23testcontainers%E2%80%94native-brightgreen?style=flat&logo=slack)](http://slack.testcontainers.org/) Any bug reports, feature requests and comments are welcome! The project keeps evolving, @@ -8,7 +8,7 @@ and any feedback from end users and developers will be appreciated. ## Community Support Channels -Join the `#testcontainers-c` channel on the [Testcontainers Slack](http://slack.testcontainers.org/). +Join the `#testcontainers-native` channel on the [Testcontainers Slack](http://slack.testcontainers.org/). At the moment, this is single channel for all project matters. ## Raising Issues and Feature Requests @@ -23,7 +23,7 @@ You can submit any security issue or suspected vulnerability on [GitHub Security](https://github.com/testcontainers/testcontainers-c/security/advisories). Please do NOT use public GitHub Issues for reporting vulnerabilities. -Read More - [Security Policy](./SECURITY.md), +Read More - [Security Policy](./SECURITY.md). ## Commercial Support and Customization diff --git a/mkdocs.yml b/mkdocs.yml index e041ae0..39fb0f7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -125,4 +125,15 @@ theme: logo: docs/images/logo/logo_testcontainers_c_square.png icon: repo: fontawesome/brands/github - \ No newline at end of file + +extra: + social: + - icon: fontawesome/brands/github + link: https://github.com/testcontainers/testcontainers-native + name: GitHub + - icon: fontawesome/brands/slack + link: http://slack.testcontainers.org/ + name: Slack + - icon: fontawesome/brands/twitter + link: https://twitter.com/testcontainers + name: Twitter