Skip to content

Commit d23d470

Browse files
authored
Update Experimental module admonition (#1225)
1 parent 63c6c4b commit d23d470

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

src/components/shared/experimental-blockquote/experimental-blockquote.view.js

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,20 @@ import Blockquote from 'components/shared/blockquote';
22
import React from 'react';
33

44
const ExperimentalBlockquote = () => (
5-
<Blockquote mod="attention" title="Experimental module, use at your own risk">
6-
While we intend to keep this module as simple and stable as possible, we may
7-
need to add features or introduce breaking changes. This could happen at any
8-
time until we release this module as stable.
5+
<Blockquote mod="attention" title="Experimental module">
6+
While we intend to keep experimental modules as stable as possible, we may
7+
need to introduce breaking changes. This could happen at future k6 releases
8+
until the module becomes fully stable and graduates as a k6 core module. For
9+
more information, refer to the{' '}
10+
<a href="https://k6.io/docs/extensions/explanations/extension-graduation/">
11+
extension graduation process
12+
</a>
13+
.
914
<p>
10-
Feel free to <a href="https://community.k6.io/">provide user feedback</a>,
11-
and <a href="https://github.com/grafana/k6/issues">open an issue</a> or
12-
pull request if you have any suggestions.
15+
Experimental modules maintain a high level of stability and follow regular
16+
maintenance and security measures. Feel free to{' '}
17+
<a href="https://github.com/grafana/k6/issues">open an issue</a> if you
18+
have any feedback or suggestions.
1319
</p>
1420
</Blockquote>
1521
);

0 commit comments

Comments
 (0)