From 9a8bc8dd456b0173935ec0e0b36321d3665d2c3e 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 295d799..e017d7f 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -16,6 +16,7 @@ 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. - Work in small increments that keep the workspace buildable and tested. - Add repository-specific formatting, linting, tests, target builds, and artifact checks with the code that needs them. - Record third-party dependency and bundled-asset obligations in `THIRD_PARTY_LICENSES.md` before publishing native or WASM artifacts.