Skip to content

Commit ea74ae0

Browse files
authored
Update contributing.md (#53)
1 parent 15537af commit ea74ae0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contributing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ We're excited for your contributions to the dev container specification! This do
44

55
## Contribution approaches
66

7+
If you'd like to contribute a change or addition to the spec, you may follow the guidance below:
78
- Propose the change via an [issue](https://github.com/microsoft/dev-container-spec/issues) in this repository. Try to get early feedback before spending too much effort formalizing it.
89
- More formally document the proposed change in terms of properties and their semantics. Look to format your proposal like our [devcontainer.json reference](https://aka.ms/devcontainer.json), which is a JSON with Comments (jsonc) format.
910

@@ -36,6 +37,9 @@ Tool-specific properties are contained in namespaces in the `"customizations"` p
3637

3738
You may propose adding a new namespace for a specific tool, and any properties specific to that tool.
3839

40+
### GitHub Discussions
41+
If you'd like to discuss the spec, such as asking questions, providing feedback, or engaging on how your team may use or contribute to dev containers, please check out the [GitHub Discussions](https://github.com/devcontainers/spec/discussions) in this repo. This is a great opportunity to connect with the community and maintainers of this project, without the requirement of contributing a change to the actual spec (which we see more in issues and PRs).
42+
3943
## Review process
4044

4145
We use the following [labels](https://github.com/microsoft/dev-container-spec/labels):

0 commit comments

Comments
 (0)