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/.vscodeignore b/.vscodeignore index 61878f7..2fad819 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -4,6 +4,7 @@ .vscode-test/** .vscode-test.mjs .gitignore +AGENTS.md docs/** node_modules/** out-test/** diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..3695b6f --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,12 @@ +# Repository Guide + +## Language + +Write repository content, code comments, commit messages, issues, and pull requests in English. + +## Pull Requests + +- Use a topic branch and pull request; squash merge after approval. +- Write pull request titles and bodies in English. +- Follow `.github/pull_request_template.md` without removing or renaming its sections, and replace every placeholder with repository-specific content. +- Run the relevant formatting, package, and integration checks documented by this repository before delivery.