Skip to content

Commit

Permalink
added "How to treat a provisional feature" section
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed May 13, 2020
1 parent 2b139ef commit 7072285
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions rfc/provisional_features.md
Expand Up @@ -25,3 +25,13 @@
- Graduating a feature from provisional to mature
- A provisional feature may graduate on any minor release
- A provisional feature must graduate by the next major release (wrt when it was initally pulled into core) or be removed

- How to treat a provisional feature
- In JupyterLab core code:
- May be called (and in general treated) the same as any other feature
- Ping the original feature dev on any related PR
- If a dev makes changes to a provisional feature, it is their responsibiliy to fix any knock-on effects in core
- In a 3rd party extension:
- May be experimented with
- Should not be used in production code
- Under no circumstances should a provisional feature be used in released code

0 comments on commit 7072285

Please sign in to comment.