Skip to content
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
7 changes: 7 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down