File tree 1 file changed +10
-5
lines changed 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
2
2
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 .
4
4
5
5
## Current Features
6
6
53
53
54
54
## Testing Your Feature
55
55
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 :
57
57
58
58
``` bash
59
59
# 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
62
67
```
63
68
64
69
## Versioning Guidelines
You can’t perform that action at this time.
0 commit comments