Skip to content

Commit 720debf

Browse files
author
William Blankenship
authored
Merge pull request #382 from LaurentGoderre/add-contributing
Update contributing documentation file
2 parents c6ba81b + 4d989d8 commit 720debf

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CONTRIBUTING.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
# Version Updates
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+
## Version Updates
26

37
New **Node.js** releases are released as soon as possible.
48

59
New **NPM** releases are not tracked. We simply use the NPM version bundled in the corresponding Node.js release.
610

711
**Yarn** is updated to the latest version only when there is a new Node.js SemVer-minor release, and it's updated only in the branch with the new release, preferably in the same PR. The `update.sh` script does this automatically when invoked with a specific branch, e.g. `./update.sh 6.10`.
12+
13+
## Adding dependencies to the base images
14+
15+
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.

0 commit comments

Comments
 (0)