summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-10-29 21:51:55 -0700
committerRich Trott <rtrott@gmail.com>2018-10-31 22:02:28 -0700
commit51294c897f2836e3dd9e0b99319eec5a1df9e269 (patch)
tree44a1241115b84496048f0d8c0e4630f651038d3e /BUILDING.md
parentd32b5bd567544f5b73d186803885592bce51c870 (diff)
downloadandroid-node-v8-51294c897f2836e3dd9e0b99319eec5a1df9e269.tar.gz
android-node-v8-51294c897f2836e3dd9e0b99319eec5a1df9e269.tar.bz2
android-node-v8-51294c897f2836e3dd9e0b99319eec5a1df9e269.zip
doc: revise BUILDING.md
Copy-edit for clarity and brevity. PR-URL: https://github.com/nodejs/node/pull/23966 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: Matheus Marchini <mat@mmarchini.me> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md17
1 files changed, 8 insertions, 9 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 5b5ee2d636..7c5bd632f2 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -49,7 +49,7 @@ file a new issue.
## Supported platforms
This list of supported platforms is current as of the branch/release to
-which it is attached.
+which it belongs.
### Input
@@ -57,21 +57,20 @@ Node.js relies on V8 and libuv. We adopt a subset of their supported platforms.
### Strategy
-Support is divided into three tiers:
+There are three support tiers:
* **Tier 1**: Full test coverage and maintenance by the Node.js core team and
the broader community.
-* **Tier 2**: Full test coverage but more limited maintenance,
- often provided by the vendor of the platform.
-* **Experimental**: May not compile reliably or test suite may not pass.
- These are often working to be promoted to Tier 2 but are not quite ready.
- There is at least one individual actively providing maintenance and the team
- is striving to broaden quality and reliability of support.
+* **Tier 2**: Full test coverage. Limited maintenance, often provided by the
+ vendor of the platform.
+* **Experimental**: May not compile or test suite may not pass.
+ These are often approaching Tier 2 support but are not quite ready.
+ There is at least one individual providing maintenance.
### Supported platforms
The community does not build or test against end-of-life distributions (EoL).
-Thus, we do not recommend that you use Node on end-of-life or unsupported
+Thus, we do not recommend that you use Node.js on end-of-life or unsupported
platforms in production.
| System | Support type | Version | Architectures | Notes |