From 18746392209e9ebcaa7911981509e8afab704f58 Mon Sep 17 00:00:00 2001 From: David Berenstein Date: Wed, 23 Sep 2026 17:16:25 +0900 Subject: [PATCH] docs: tell agents to fill in the PR template Co-Authored-By: Claude Opus 5.5 (1M context) --- docs/how-to/agent-instructions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/how-to/agent-instructions.md b/docs/how-to/agent-instructions.md index 4486f158e..54aaeabb5 100644 --- a/docs/how-to/agent-instructions.md +++ b/docs/how-to/agent-instructions.md @@ -182,6 +182,10 @@ The repository includes VS Code launch configurations in `docs/how-to/contributi The package can work standalone (offline mode) or connect to the API for cloud features and dashboard visualization. +## Opening Pull Requests + +Fill in every section of `.github/PULL_REQUEST_TEMPLATE.md` and pass it with `gh pr create --body-file`; a plain `--body` skips the template. Leave the AI Usage Disclosure choice to the human contributor. + ## Tips for Effective Development 1. **Start with tests**: Run existing tests first to understand current state