docs(contributing): update upstream branch name to master -> dev

This commit is contained in:
Junho Yeo
2026-01-07 05:36:40 +09:00
parent 6f4649d92a
commit 677a7aed64

View File

@@ -222,7 +222,7 @@ export function createMyHook(input: PluginInput) {
## Pull Request Process
1. **Fork** the repository and create your branch from `master`
1. **Fork** the repository and create your branch from `dev`
2. **Make changes** following the conventions above
3. **Build and test** locally:
```bash