Skip to content

Commit f46839e

Browse files
committed
Add bullet for requirements
Signed-off-by: Paul Balogh <[email protected]>
1 parent af74717 commit f46839e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/data/markdown/docs/07 extensions/02 Explanations/extensions-registry.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ hideFromSidebar: false
66

77
Did you create an extension and want to share it with your fellow k6 users?
88
We'd love to spread word of this new feature adding to our [registry](/extensions/get-started/explore/) of available extensions.
9-
However, before an extension is added to the registry, we must ensure that it meets our quality standards.
9+
However, before an extension is added to the registry, we must ensure that it is maintained to the registry standard.
1010

1111
Our desire is to provide the best developer experience when using k6.
1212
This extends to the extensions ecosystem as well.
@@ -19,13 +19,12 @@ While we cannot guarantee the quality of community-provided extensions, we _can_
1919
## Registry Requirements
2020
At minimum, each source code repository must have the following:
2121

22-
- a README file with a project description, build and usage documentation, and version compatibilities
22+
- a README file with a project description, build and usage documentation, and k6 version compatibilities
2323
- the `xk6` topic _(See the [GitHub documentation](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics))_ for discoverability
2424
- a non-restrictive OSS license _(Apache2 preferred)_
2525
- an `examples` folder with at least one example to show proper usage
2626
- at least one [versioned release](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository)
27-
28-
In addition, extensions must successfully build with versions of k6 no older than one year. You must specify the k6 versions it is compatible with.
27+
- must successfully build with the latest version of k6 or a prior version within two releases
2928

3029
<Blockquote mod="note" title="">
3130

0 commit comments

Comments
 (0)