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: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ To register an extension, open a new PR with a new extension directory under the
20
20
21
21
Each extension MUST have a `README.md` file that describes the extension and its metadata specification.
22
22
Extensions SHOULD have a `schema.json` file that contains the JSON schema for the metadata, if the README.md does not provide a link to an external schema.
23
+
The JSON schema should be formatted with `npx prettier -w **/schema.json`.
23
24
Please note that all extensions documents will be licensed under the [Creative Commons Attribution 3.0 Unported License](https://creativecommons.org/licenses/by/3.0/).
24
25
Only open a PR if you are willing to license your extension under this license.
25
26
@@ -28,6 +29,7 @@ We aim to be very open about registering extensions.
28
29
The review will be done largely based on avoiding confusing extension names and preventing malicious activity as well as maintaining the formal requirements of the extensions.
29
30
Extension maintainers are responsible for their extensions.
30
31
Updates to the extensions will also be reviewed by the steering council.
32
+
The steering council reserves the right to reassign extensions to other maintainers in case of prolonged inactivity or other reasons at its own discretion.
0 commit comments