You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.rst
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,15 @@ extension is stored in a independent GitHub repository.
9
9
Those repositories are maintained independently by a group of users and developers and not officially
10
10
related to the JupyterLab development team.
11
11
12
-
The maturity of the provided extensions varies. So please create an issue in the relevant extension github
13
-
repository if you encounter any problems or want to suggest a feature or an improvement.
12
+
The maturity of the provided extensions varies. And hint on the status is provided through badge in
13
+
extension readme's:
14
+
15
+
- |draft| The extension is in construction mode and not ready yet
16
+
- |ready| The extension is ready to be used
17
+
- |archived| The extension is not maintain any longer
18
+
19
+
So please create an issue in the relevant extension github
20
+
repository if you encounter any problems, want to suggest a feature or an improvement or would like to help.
14
21
15
22
If you want to transfer your extension within this organization, `open an issue <https://github.com/jupyterlab-contrib/jupyterlab-contrib.github.io/issues/new?labels=transfer&template=transfer-repository-to-this-organization.md>`_.
16
23
If you want to help supporting the extensions in this organization, propose PRs and/or answer issues on the
@@ -23,3 +30,7 @@ relevant repositories. If the extension has been **archived**, you can `request
0 commit comments