From faeb1e1dea71d6bf9e3d37325f867d2cb36d807d Mon Sep 17 00:00:00 2001 From: ZhenShuo Leo <98386542+ZhenShuo2021@users.noreply.github.com> Date: Sat, 11 Oct 2025 15:41:27 +0800 Subject: [PATCH] chore: move dev branch description to the front --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8639f1c7..16bcb897 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,7 @@ ## How to contribute to Blowfish +All development occurs on the `dev` branch and new PRs should be forked from here. + ### Bugs & other issues #### Found a bug? 🐛 @@ -11,7 +13,6 @@ #### Have a patch that fixes an issue? - Great! Open a new GitHub pull request with the patch. -- All development occurs on the `dev` branch and new PRs should be forked from here. - The commands `npm run example`, `npm run example:core`, and `npm run example:production` can be used to test local changes using the example site. - Ensure the PR description clearly describes the problem and solution. Include the relevant issue number, if applicable. - **Before submitting**, check the [coding conventions](#coding-conventions) section below to learn more about coding and commit message expectations.