| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 70a6a0a commit 40b27ba
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -46,15 +46,6 @@ $ git remote add upstream git://github.com/nodejs/node.git | |||
| 46 | 46 | For developing new features and bug fixes, the `master` branch should be pulled | |
| 47 | 47 | and built upon. | |
| 48 | 48 | ||
| 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 | - | ||
| 58 | 49 | #### Dependencies | |
| 59 | 50 | ||
| 60 | 51 | Node.js has several bundled dependencies in the *deps/* and the *tools/* | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -56,12 +56,6 @@ The API has proven satisfactory. Compatibility with the npm ecosystem | |||
| 56 | 56 | is a high priority, and will not be broken unless absolutely necessary. | |
| 57 | 57 | ``` | |
| 58 | 58 | ||
| 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 | - | ||
| 65 | 59 | ## JSON Output | |
| 66 | 60 | ||
| 67 | 61 | > Stability: 1 - Experimental | |
| Back | FazBrowse Home | New Git URL |
0 commit comments