diff options
author | Rich Trott <rtrott@gmail.com> | 2019-03-17 13:00:09 -0700 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2019-03-19 20:27:54 -0700 |
commit | 4265021085775b16ad30ae7edcc74b31f1001d04 (patch) | |
tree | 0d908e2a6aefd11ff427784e9fb7f675987aed0f /COLLABORATOR_GUIDE.md | |
parent | 614a7474ab4896579cd77ce198fe00e4ca51917f (diff) | |
download | node-new-4265021085775b16ad30ae7edcc74b31f1001d04.tar.gz |
doc: condense LTS material in Collaborator Guide
Edit and condense the "What is LTS?" section of the Collaboroator Guide.
PR-URL: https://github.com/nodejs/node/pull/26722
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'COLLABORATOR_GUIDE.md')
-rw-r--r-- | COLLABORATOR_GUIDE.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md index 0290f14156..3eacd76e8d 100644 --- a/COLLABORATOR_GUIDE.md +++ b/COLLABORATOR_GUIDE.md @@ -637,10 +637,8 @@ git push upstream master #### What is LTS? -Long Term Support (often referred to as *LTS*) guarantees application developers -a 30-month support cycle with specific versions of Node.js. - -You can find more information +Long Term Support (LTS) guarantees 30-month support cycles for specific Node.js +versions. You can find more information [in the full release plan](https://github.com/nodejs/Release#release-plan). #### How does LTS work? |