chore: move dev branch description to the front

This commit is contained in:
ZhenShuo Leo
2025-10-11 15:41:27 +08:00
parent c7ed2261a3
commit faeb1e1dea

View File

@@ -1,5 +1,7 @@
## How to contribute to Blowfish ## How to contribute to Blowfish
All development occurs on the `dev` branch and new PRs should be forked from here.
### Bugs & other issues ### Bugs & other issues
#### Found a bug? 🐛 #### Found a bug? 🐛
@@ -11,7 +13,6 @@
#### Have a patch that fixes an issue? #### Have a patch that fixes an issue?
- Great! Open a new GitHub pull request with the patch. - 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. - 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. - 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. - **Before submitting**, check the [coding conventions](#coding-conventions) section below to learn more about coding and commit message expectations.