diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5e1e87158..edbea2e34 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Thank you for your contribution. Here are a set of guidelines for contributing t ## Version Updates -New **Node.js** releases are released as soon as possible. +New **Node.js** releases are released as soon as possible. Security and patch updates are automatically opened on this repository by the [nodejs-github-bot](https://github.com/nodejs-github-bot) once the `musl` builds are completed for all new versions on . New **NPM** releases are not tracked. We simply use the NPM version bundled in the corresponding Node.js release. @@ -12,7 +12,7 @@ New **NPM** releases are not tracked. We simply use the NPM version bundled in t ### Submitting a PR for a version update -If you'd like to help us by submitting a PR for a version update, please do the following: +If you'd like to help us by submitting a PR for a new **major** version update, please do the following: 1. [Fork this project.](https://docs.github.com/en/get-started/quickstart/fork-a-repo) 1. [Clone the forked repository.](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository)