File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 2525- Graduating a feature from provisional to mature
2626 - A provisional feature may graduate on any minor release
2727 - A provisional feature must graduate by the next major release (wrt when it was initally pulled into core) or be removed
28+
29+ - How to treat a provisional feature
30+ - In JupyterLab core code:
31+ - May be called (and in general treated) the same as any other feature
32+ - Ping the original feature dev on any related PR
33+ - If a dev makes changes to a provisional feature, it is their responsibiliy to fix any knock-on effects in core
34+ - In a 3rd party extension:
35+ - May be experimented with
36+ - Should not be used in production code
37+ - Under no circumstances should a provisional feature be used in released code
You can’t perform that action at this time.
0 commit comments