docs(contributing): add CONTRIBUTING.md #4927
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Topics to cover:
Testing gitpod-io/vscode in gitpod-io/gitpod
gitpod-io/openvscode-server#22 (comment)
Listing components that can be built
Building a component
Create a component
In the root you'll find a
[WORKSPACE.yaml](https://github.com/gitpod-io/gitpod/blob/master/WORKSPACE.yaml)
which is the root configuration for leeway. The default target for the workspace iscomponents:all
. Walk down the tree and open up[components/BUILD.yaml](https://github.com/gitpod-io/gitpod/blob/master/components/BUILD.yaml)
which defines the packageall
which specifies lists as dependencies of everything that should be built by that target.