From 2112b6d7ed91302b0083835e8cd8c7a584a24afb Mon Sep 17 00:00:00 2001 From: kyungmi-k Date: Fri, 3 Jul 2026 14:34:47 +0900 Subject: [PATCH] fix(commithelper-go): add blank line before list in README (MD032) --- packages/commithelper-go/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/commithelper-go/README.md b/packages/commithelper-go/README.md index b162ac5..7274350 100644 --- a/packages/commithelper-go/README.md +++ b/packages/commithelper-go/README.md @@ -141,6 +141,7 @@ Install the shared config as a dev dependency and reference it via a relative pa | `template` | local wins; falls back to base if local is unset | **Constraints:** + - Local path: relative paths are resolved from the current working directory (repo root). - Remote URL: only `http://` and `https://` are accepted. 10-second timeout. - The base config's own `extends` field is **ignored** — no recursive loading.