From 8941181ed0353f5d1e650a2eac12c2f56b2788f0 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 | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) 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 69c7fd1..79dc540 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -25,4 +25,4 @@ Repository content, code comments, commits, issues, and pull requests must be wr ## Delivery -Use topic branches and pull requests. Do not push implementation changes directly to `main`. Deployment, Cloudflare Git integration, authentication, and documentation implementation require separate tasks. +Use topic branches and pull requests. Do not push implementation changes directly to `main`. Write pull request titles and bodies in English, and follow `.github/pull_request_template.md` without removing or renaming its sections. Deployment, Cloudflare Git integration, authentication, and documentation implementation require separate tasks.