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.