From 677a7aed64f27ecadaecea5e5b2d6fa9c511fabd Mon Sep 17 00:00:00 2001 From: Junho Yeo Date: Wed, 7 Jan 2026 05:36:40 +0900 Subject: [PATCH] docs(contributing): update upstream branch name to `master` -> `dev` --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0094788..74a357c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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