Skip to content

Commit 423d861

Browse files
Merge pull request #59 from testcontainers/codespaces
Add Github Codespaces documentation - a CDE
2 parents d3c3e60 + 60d0a71 commit 423d861

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@
4444
"ms-azuretools.vscode-docker"
4545
],
4646
},
47+
// Configure properties specific to Codespaces.
48+
"codespaces": {
49+
"openFiles": [
50+
"README.md",
51+
"CONTRIBUTING.md"
52+
]
53+
}
4754
},
4855
// Use 'forwardPorts' to make a list of ports inside the container available locally.
4956
"forwardPorts": [

CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ You can use one of the following developer environments:
1212

1313
* [Dev Containers](.devcontainer/README.md) - for local development, testing,
1414
and also for the documentation site development.
15-
* Nix
15+
* GitHub Codespaces (with a Dev Containers)
16+
* Experimental: Nix
17+
18+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/testcontainers/testcontainers-native)
1619

1720
## Community Slack
1821

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ The best support is investing some time in the project.
111111
All contributions are welcome, checkout the [Contributor Guide](./CONTRIBUTING.md).
112112
Of course, [GitHub Sponsorships](https://github.com/sponsors/oleg-nenashev) will be appreciated too.
113113

114+
## Contributing
115+
116+
Any contributions are welcome!
117+
See the [Contributor Guide](./CONTRIBUTING.md).
118+
114119
## Read More
115120

116121
- [Testcontainers](https://testcontainers.org/)

0 commit comments

Comments
 (0)