Skip to content

Commit 7072285

Browse files
committed
added "How to treat a provisional feature" section
1 parent 2b139ef commit 7072285

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

rfc/provisional_features.md

+10
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,13 @@
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

0 commit comments

Comments
 (0)