From 70695dc5fa4cdb63e871d2fe9898ec5683469800 Mon Sep 17 00:00:00 2001 From: dyoshikawa <34151621+dyoshikawa@users.noreply.github.com> Date: Sun, 12 Apr 2026 23:51:33 +0900 Subject: [PATCH] docs: add PR description issue-link guideline --- .rulesync/rules/overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.rulesync/rules/overview.md b/.rulesync/rules/overview.md index 7852ee958..4a8621b0b 100644 --- a/.rulesync/rules/overview.md +++ b/.rulesync/rules/overview.md @@ -25,6 +25,7 @@ This is Rulesync, a Node.js CLI tool that automatically generates configuration - You must run `pnpm cicheck` before committing to verify quality. - You must not use here documents because it causes a sandbox error. - You must not use `--no-verify` option because it skips pre-commit checks and causes serious security issues. + - When creating a PR, you should include a link in the PR description that associates the PR with its issue. - When you read or search the codebase: - You should check Serena MCP server tools, and use those actively. - About the `skills/` directory at the repository root: