@@ -2,14 +2,20 @@ import Blockquote from 'components/shared/blockquote';
22import React from 'react' ;
33
44const 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