Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit c4d7ee0

Browse files
authored
Update CONTRIBUTING.md
1 parent 7db13f4 commit c4d7ee0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,14 @@ Have a container set up you're proud of and would like to share? Want to see som
1010

1111
### What makes a good Dev Container Definition?
1212

13-
A good definition in this repository will solve a common developer setup problem, illustrate a unique container runtime configuration, highlight an important tip or trick, or provide a good template for devlopers getting started to customize for their own needs. They're not intened to be exhastive or cover every possible scenario or framework combination.
13+
A good definition in this repository will:
1414

15-
When thinking about contributing a new dev container definition, consider the following questions:
15+
- Solve a common setup or installation challenge
16+
- Illustrate a unique container runtime configuration
17+
- Highlight an important tip or trick
18+
- Or provide an easy to understand template for devlopers that are just getting started with dev containers.
19+
20+
Since devcontainer.json can be commited to a source code repository, the definitions here are not intended to cover every possible permutation. When thinking about contributing a new dev container definition, consider the following questions:
1621

1722
1. How different is the scenario you are interested in from other dev container definitions in the repository?
1823
- Does it drive significantly different extension, runtime, configuration requirements?

0 commit comments

Comments
 (0)