Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the Slack channel references in the documentation #39

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 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!
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.

Expand Down
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img width="512px" src="docs/images/logo/logo_testcontainers_native_wide.png" alt="Testcontainers Native Logo"/>
</p>

[![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)

Expand All @@ -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

Expand Down Expand Up @@ -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/)
Expand Down
7 changes: 7 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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!
Expand Down
6 changes: 3 additions & 3 deletions docs/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 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,
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
Expand All @@ -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

Expand Down
13 changes: 12 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,15 @@ theme:
logo: docs/images/logo/logo_testcontainers_c_square.png
icon:
repo: fontawesome/brands/github


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
Loading