Skip to content

Commit e75f875

Browse files
Update hallucinations from CONTRIBUTING.md
1 parent 67d2f8d commit e75f875

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

@@ -53,12 +53,17 @@ src/
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

0 commit comments

Comments
 (0)