File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -111,6 +111,11 @@ The best support is investing some time in the project.
111111All contributions are welcome, checkout the [ Contributor Guide] ( ./CONTRIBUTING.md ) .
112112Of 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/ )
You can’t perform that action at this time.
0 commit comments