diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index d4dd68d90..8e1d937ef 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,7 @@ blank_issues_enabled: false contact_links: - name: Need help? url: https://slack.testcontainers.org/ - about: Visit our Slack workspace. + about: Visit our Slack Workspace. - name: Have a question or want to drive a community conversation? url: https://github.com/testcontainers/testcontainers-dotnet/discussions/ about: Visit our Discussions page. diff --git a/.github/settings.yml b/.github/settings.yml index 19b9187b0..04c746682 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -106,7 +106,7 @@ labels: - name: question color: '#8ba7f4' - description: Have you tried our Slack workspace (https://testcontainers.slack.com)? + description: Have you tried our Slack Workspace (https://testcontainers.slack.com)? - name: security color: '#d93f0b' diff --git a/README.md b/README.md index 65dbc833a..cf433a50e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Alert Status](https://sonarcloud.io/api/project_badges/measure?project=testcontainers_testcontainers-dotnet&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=testcontainers_testcontainers-dotnet) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=testcontainers_testcontainers-dotnet&metric=coverage)](https://sonarcloud.io/summary/new_code?id=testcontainers_testcontainers-dotnet) -> Testcontainers for .NET is a library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions. The library is built on top of the .NET Docker remote API and provides a lightweight implementation to support your test environment in all circumstances. +> Testcontainers for .NET is a library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions. The library is built on top of the .NET Docker Remote API and provides a lightweight implementation to support your test environment in all circumstances. ![Testcontainers Banner](https://raw.githubusercontent.com/testcontainers/testcontainers-dotnet/main/docs/banner.png) @@ -25,7 +25,7 @@ See [contributors][testcontainers-dotnet-contributors] for all contributors. ---- -Join our [Slack workspace][slack-workspace] | [Testcontainers OSS][testcontainers-oss] | [Testcontainers Cloud][testcontainers-cloud] +Join our [Slack Workspace][slack-workspace] | [Testcontainers OSS][testcontainers-oss] | [Testcontainers Cloud][testcontainers-cloud] [testcontainers-dotnet-documentation]: https://dotnet.testcontainers.org/ [testcontainers-dotnet-contributors]: https://github.com/testcontainers/testcontainers-dotnet/graphs/contributors/ diff --git a/docs/contributing.md b/docs/contributing.md index b6cd75b4b..77c66ebfe 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -1,7 +1,7 @@ # Contributing * Star the project on [Github](https://github.com/testcontainers/testcontainers-dotnet) and help spread the word :) -* Join our [Slack workspace](http://slack.testcontainers.org) +* Join our [Slack Workspace](http://slack.testcontainers.org) * [Post an issue](https://github.com/testcontainers/testcontainers-dotnet/issues) if you find any bugs * Contribute improvements or fixes using a [Pull Request](https://github.com/testcontainers/testcontainers-dotnet/pulls). If you're going to contribute, thank you! Please just be sure to: * discuss with the authors on an issue ticket prior to doing anything big. diff --git a/docs/index.md b/docs/index.md index 985ad2a11..349c2c13f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -64,7 +64,7 @@ Debug.Assert(Guid.TryParse(guid, out _)); ## About -Testcontainers for .NET is a library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions. The library is built on top of the .NET Docker remote API and provides a lightweight implementation to support your test environment in all circumstances. +Testcontainers for .NET is a library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions. The library is built on top of the .NET Docker Remote API and provides a lightweight implementation to support your test environment in all circumstances. Choose from existing pre-configured modules and start containers within a second, to support and run your tests. Or create your own container images with Dockerfiles and run your containers and tests immediately afterward. @@ -94,7 +94,7 @@ See [contributors][testcontainers-dotnet-contributors] for all contributors. ---- -Join our [Slack workspace][slack-workspace] | [Testcontainers OSS][testcontainers-oss] | [Testcontainers Cloud][testcontainers-cloud] +Join our [Slack Workspace][slack-workspace] | [Testcontainers OSS][testcontainers-oss] | [Testcontainers Cloud][testcontainers-cloud] [windows-container-version-compatibility]: https://docs.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/version-compatibility [testcontainers-dotnet-contributors]: https://github.com/testcontainers/testcontainers-dotnet/graphs/contributors/