diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b6375ab..1beaa17 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -44,6 +44,13 @@ "ms-azuretools.vscode-docker" ], }, + // Configure properties specific to Codespaces. + "codespaces": { + "openFiles": [ + "README.md", + "CONTRIBUTING.md" + ] + } }, // Use 'forwardPorts' to make a list of ports inside the container available locally. "forwardPorts": [ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 53367c5..5d5af6a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,10 @@ You can use one of the following developer environments: * [Dev Containers](.devcontainer/README.md) - for local development, testing, and also for the documentation site development. -* Nix +* GitHub Codespaces (with a Dev Containers) +* Experimental: Nix + +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/testcontainers/testcontainers-native) ## Community Slack diff --git a/README.md b/README.md index 44d4af3..2893ad9 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,11 @@ 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. +## Contributing + +Any contributions are welcome! +See the [Contributor Guide](./CONTRIBUTING.md). + ## Read More - [Testcontainers](https://testcontainers.org/)