Skip to content

Commit 12cae3c

Browse files
Add a contributing documentation file
Added a section about dependencies since it's one of the most common contribution.
1 parent 526177c commit 12cae3c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Contributing to docker-node
2+
3+
Thank you for your contribution. Here are a set of guidelines for contributing to the docker-node project.
4+
5+
## Adding dependencies to the base images
6+
7+
NodeJS is a big ecosystem with a variety of different use cases. The docker images for node are designed to provide the minimum for running core node. Additional dependencies (including dependencies for npm or yarn such as git) will not be included in these base images and will need to be included in descendent image. We however maintain a list of common dependencies you can add to your image (TODO). Feel free to open a PR to document more of them.

0 commit comments

Comments
 (0)