From a90142f4b106579a50b6cf817c9dfd5a691c73a2 Mon Sep 17 00:00:00 2001 From: jwcrystal <121911854+jwcrystal@users.noreply.github.com> Date: Tue, 13 May 2025 12:20:01 +0800 Subject: [PATCH] docs: Add Photo instructions to the branch strategy document (#5944) --- docs/branching-strategy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/branching-strategy.md b/docs/branching-strategy.md index 3196d09fe7..897763af16 100644 --- a/docs/branching-strategy.md +++ b/docs/branching-strategy.md @@ -49,3 +49,4 @@ When contributing to Cherry Studio, please follow these guidelines: - Include relevant issue numbers in your PR description - Make sure all tests pass and code meets our quality standards - Critical hotfixes may be submitted against `main` but must also be merged into `develop` +- Add a photo to show what is different if you add a new feature or modify a component in the UI.