1- # Contributing to DanielleMaywood 's Dev Container Features
1+ # Contributing to Coder 's Dev Container Features
22
3- This guide contains information about how to contribute to this collection of dev container Features maintained by DanielleMaywood .
3+ This guide contains information about how to contribute to this collection of dev container Features maintained by Coder .
44
55## Current Features
66
@@ -57,13 +57,24 @@ Before submitting a PR, test your feature using the Dev Container CLI:
5757
5858``` bash
5959# From the repository root
60- devcontainer features test -f your-feature-name
60+ devcontainer features test -f your-feature-name -i mcr.microsoft.com/devcontainers/base:ubuntu
6161```
6262
63- You can also test all features:
63+ You can also test all features or test with different base images :
6464
6565``` bash
66- devcontainer features test
66+ # Test all features
67+ devcontainer features test -a
68+
69+ # Test with a specific base image
70+ devcontainer features test -f your-feature-name -i mcr.microsoft.com/devcontainers/base:debian
71+ ```
72+
73+ You can also test features with specific options:
74+
75+ ``` bash
76+ # Test with custom options
77+ devcontainer features test -f code-server -i mcr.microsoft.com/devcontainers/base:ubuntu --skip-scenarios -t " port=8123"
6778```
6879
6980## Versioning Guidelines
@@ -82,12 +93,12 @@ Features in this repository are automatically published to GitHub Container Regi
8293
8394The published features will be available at:
8495```
85- ghcr.io/DanielleMaywood /devcontainer-features/feature-id:version
96+ ghcr.io/coder /devcontainer-features/feature-id:version
8697```
8798
8899For example, the current code-server feature is referenced as:
89100```
90- ghcr.io/DanielleMaywood /devcontainer-features/code-server:1
101+ ghcr.io/coder /devcontainer-features/code-server:1
91102```
92103
93104### Making Features Public
@@ -96,7 +107,7 @@ After a feature is published to GHCR, make it public by:
96107
971081 . Navigate to the package settings in GHCR:
98109 ```
99- https://github.com/users/DanielleMaywood /packages/container/devcontainer-features%2Fcode-server/settings
110+ https://github.com/users/coder /packages/container/devcontainer-features%2Fcode-server/settings
100111 ```
1011122 . Change the visibility setting to "Public"
102113
@@ -116,4 +127,4 @@ After a feature is published to GHCR, make it public by:
116127
117128## Getting Help
118129
119- If you have questions about contributing to this repository, please open an issue or reach out to DanielleMaywood directly.
130+ If you have questions about contributing to this repository, please open an issue or reach out to the Coder team directly.
0 commit comments