Skip to content

Commit 901fae9

Browse files
Update all references from DanielleMaywood to Coder
1 parent e75f875 commit 901fae9

File tree

2 files changed

+21
-10
lines changed

2 files changed

+21
-10
lines changed

CONTRIBUTING.md

+20-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

8394
The 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

8899
For 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

97108
1. 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
```
101112
2. 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.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The `code-server` feature installs [code-server](https://github.com/coder/code-s
1212
{
1313
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
1414
"features": {
15-
"ghcr.io/DanielleMaywood/devcontainer-features/code-server:1": {
15+
"ghcr.io/coder/devcontainer-features/code-server:1": {
1616
"host": "127.0.0.1",
1717
"port": "8080",
1818
"args": "",

0 commit comments

Comments
 (0)