We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b139ef commit 7072285Copy full SHA for 7072285
rfc/provisional_features.md
@@ -25,3 +25,13 @@
25
- Graduating a feature from provisional to mature
26
- A provisional feature may graduate on any minor release
27
- 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
0 commit comments