docs: explicit rule for features in the beta cycle (#18393)
This commit is contained in:
parent
75609f784c
commit
287345c778
1 changed files with 2 additions and 2 deletions
|
@ -87,9 +87,9 @@ e.g. `2.0.1`.
|
||||||
|
|
||||||
Specifically, the above means:
|
Specifically, the above means:
|
||||||
|
|
||||||
1. Admitting non-breaking-API changes early in the beta cycle is okay, even if those changes have the potential to cause moderate side-affects
|
1. Admitting non-breaking-API changes before Week 3 in the beta cycle is okay, even if those changes have the potential to cause moderate side-affects
|
||||||
2. Admitting feature-flagged changes, that do not otherwise alter existing code paths, at most points in the beta cycle is okay. Users can explicitly enable those flags in their apps.
|
2. Admitting feature-flagged changes, that do not otherwise alter existing code paths, at most points in the beta cycle is okay. Users can explicitly enable those flags in their apps.
|
||||||
3. Admitting features of any sort very late in the beta cycle is 👎 without a very good reason.
|
3. Admitting features of any sort after Week 3 in the beta cycle is 👎 without a very good reason.
|
||||||
|
|
||||||
For each major and minor bump, you should expect to see something like the following:
|
For each major and minor bump, you should expect to see something like the following:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue