Skip to content

Commit 5bdbb18

Browse files
committed
Document status badge
1 parent 34faf38 commit 5bdbb18

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

index.rst

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,15 @@ extension is stored in a independent GitHub repository.
99
Those repositories are maintained independently by a group of users and developers and not officially
1010
related to the JupyterLab development team.
1111

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.
1421

1522
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>`_.
1623
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
2330
extensions
2431
migrate_from_classical
2532
contributing
33+
34+
.. |draft| image:: https://img.shields.io/badge/status-draft-critical
35+
.. |ready| image:: https://img.shields.io/badge/status-ready-success
36+
.. |archived| image:: https://img.shields.io/badge/status-archived-yellow

0 commit comments

Comments
 (0)