File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 1- # Contributing to Coder 's Dev Container Features
1+ # Contributing to DanielleMaywood 's Dev Container Features
22
3- This guide contains information about how to contribute to this collection of dev container Features maintained by Coder .
3+ This guide contains information about how to contribute to this collection of dev container Features maintained by DanielleMaywood .
44
55## Current Features
66
5353
5454## Testing Your Feature
5555
56- Before submitting a PR, test your feature by building and using a dev container that incorporates it :
56+ Before submitting a PR, test your feature using the Dev Container CLI :
5757
5858``` bash
5959# From the repository root
60- cd ..
61- devcontainer build --workspace-folder ./devcontainer-features --feature-set src/your-feature-name
60+ devcontainer features test -f your-feature-name
61+ ```
62+
63+ You can also test all features:
64+
65+ ``` bash
66+ devcontainer features test
6267```
6368
6469## Versioning Guidelines
You can’t perform that action at this time.
0 commit comments