From d70e30c298c23f17a3a5c496e9389269e5f1839d Mon Sep 17 00:00:00 2001 From: buzhidao380 <941090962@qq.com> Date: Mon, 2 Mar 2026 11:33:22 +0800 Subject: [PATCH 1/2] Fix note formatting in applying-storybook.md Corrected formatting of a note regarding snapshot stories. --- docs/applying-storybook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/applying-storybook.md b/docs/applying-storybook.md index 1f98b0c16ad..954e6277fdf 100644 --- a/docs/applying-storybook.md +++ b/docs/applying-storybook.md @@ -229,4 +229,4 @@ parameters: { } ``` -> 🚨 NOTE: This will be noted ahead of time by the team which stories should not receive snapshots. +> 🚨 NOTE: This will be noted ahead of time by the team which stories should not receive snapshots.#Test contribution From 3a4ca50cf15033e8406243bf980d6d793b99660d Mon Sep 17 00:00:00 2001 From: buzhidao380 <941090962@qq.com> Date: Mon, 2 Mar 2026 11:43:22 +0800 Subject: [PATCH 2/2] Update applying-storybook.md Added community maintenance note --- docs/applying-storybook.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/applying-storybook.md b/docs/applying-storybook.md index 954e6277fdf..f27fccf319e 100644 --- a/docs/applying-storybook.md +++ b/docs/applying-storybook.md @@ -230,3 +230,4 @@ parameters: { ``` > 🚨 NOTE: This will be noted ahead of time by the team which stories should not receive snapshots.#Test contribution +> This documentation is maintained by the community.