From 4ffd2253c96c5777ad3b6aa1664547afead8b334 Mon Sep 17 00:00:00 2001 From: konojunya Date: Tue, 8 Sep 2026 23:57:56 +0900 Subject: [PATCH] chore: standardize pull request guidance --- .github/pull_request_template.md | 15 +++++++++++++++ AGENTS.md | 1 + 2 files changed, 16 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..b357d67 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ +## Background + + + +## Implementation Approach + + + +## Testing Approach + + + +## Review Perspectives / Points of Concern + + diff --git a/AGENTS.md b/AGENTS.md index 59bebd3..d8d08f7 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -22,5 +22,6 @@ Write repository content, code comments, commit messages, issues, and pull reque ## Delivery - Use a topic branch and pull request; squash merge after approval. +- Write pull request titles and bodies in English, and follow `.github/pull_request_template.md` without removing or renaming its sections. - Add the smallest relevant formatting, validation, test, and build gates when source or package files are introduced. - Keep credentials, tokens, private keys, signing material, and customer data out of Git.