Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 40b27ba

Browse filesBrowse files
TrottMylesBorins
authored andcommitted
doc: remove Locked from stability index
The stability index 3 (Locked) is unused and is being eliminated. Remove it from the documentation about the stability index. Remove mention of the Locked from CONTRIBUTING.md. The remaining text about the stability index is slight and not seemingly valuable. Removing it too. PR-URL: #11661 Ref: #11200 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 70a6a0a commit 40b27ba
Copy full SHA for 40b27ba

File tree

Expand file treeCollapse file tree

2 files changed

+0
-15
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+0
-15
lines changed
Open diff view settings
Collapse file

‎CONTRIBUTING.md‎

Copy file name to clipboardExpand all lines: CONTRIBUTING.md
-9Lines changed: 0 additions & 9 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,6 @@ $ git remote add upstream git://github.com/nodejs/node.git
4646
For developing new features and bug fixes, the `master` branch should be pulled
4747
and built upon.
4848

49-
#### Respect the stability index
50-
51-
The rules for the master branch are less strict; consult the
52-
[stability index](./doc/api/documentation.md#stability-index) for details.
53-
54-
In a nutshell, modules are at varying levels of API stability. Bug fixes are
55-
always welcome but API or behavioral changes to modules at stability level 3
56-
(Locked) are off-limits.
57-
5849
#### Dependencies
5950

6051
Node.js has several bundled dependencies in the *deps/* and the *tools/*
Collapse file

‎doc/api/documentation.md‎

Copy file name to clipboardExpand all lines: doc/api/documentation.md
-6Lines changed: 0 additions & 6 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ The API has proven satisfactory. Compatibility with the npm ecosystem
5656
is a high priority, and will not be broken unless absolutely necessary.
5757
```
5858

59-
```txt
60-
Stability: 3 - Locked
61-
Only bug fixes, security fixes, and performance improvements will be accepted.
62-
Please do not suggest API changes in this area; they will be refused.
63-
```
64-
6559
## JSON Output
6660

6761
> Stability: 1 - Experimental

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.