diff options
author | Josh Spicer <joshspicer@github.com> | 2022-08-10 00:28:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 00:28:53 +0300 |
commit | abfefdcb31d1a76a9d7718ccf5f4da6b578cdb45 (patch) | |
tree | 79daeda8856736ca361cfb730ee6c02cc97ddf56 | |
parent | a8e20a418c4136f7b3e40126998ee2d1a91a7bda (diff) |
Update README.md
-rw-r--r-- | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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). |