aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Spicer <joshspicer@github.com>2022-08-10 00:28:53 +0300
committerGitHub <noreply@github.com>2022-08-10 00:28:53 +0300
commitabfefdcb31d1a76a9d7718ccf5f4da6b578cdb45 (patch)
tree79daeda8856736ca361cfb730ee6c02cc97ddf56
parenta8e20a418c4136f7b3e40126998ee2d1a91a7bda (diff)
Update README.md
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 1d18bbe..7dedd74 100644
--- a/README.md
+++ b/README.md
@@ -92,13 +92,14 @@ The [devcontainer CLI reference implementation](https://github.com/devcontainers
git clone <my-project-with-devcontainer>
devcontainer build --workspace-folder <path-to-my-project-with-devcontainer>
```
-
## Contributions
-### Contibuting to this repository
+### Creating your own collection of features
+
+Please see the [proposed specification](https://github.com/devcontainers/spec/blob/main/proposals/devcontainer-features-distribution.md) on how to start to author and distribute features your own features.
-This repository will accept improvement and bug fix contributions related to the [current set of maintained features](./src).
+We're excited for you to create features! Our team is actively iterating on tools and examples to help members of the community author their own dev container features. If you have any feedback along the way, please let us know in the specification repo's issues on [features](https://github.com/devcontainers/spec/issues/61) or [feature distribution](https://github.com/devcontainers/spec/issues/70).
-### Creating your own collection of features
+### Contributing to this repository
-Please see the [proposed specification](https://github.com/devcontainers/spec/blob/main/proposals/devcontainer-features-distribution.md) on how to author and distribute features, as well as our [GitHub Action](https://github.com/devcontainers/action), which serves as a reference implementation for the distribution portion of the specification.
+This repository will accept improvement and bug fix contributions related to the [current set of maintained features](./src).