From 8654f14564d354866f027b70c463d6a54d971787 Mon Sep 17 00:00:00 2001 From: konojunya Date: Tue, 8 Sep 2026 23:57:56 +0900 Subject: [PATCH 1/2] chore: standardize pull request guidance --- .github/pull_request_template.md | 15 +++++++++++++++ AGENTS.md | 12 ++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 .github/pull_request_template.md create mode 100644 AGENTS.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 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. From afaf45ff8020ad8c50df7f5ddb5a5e5944e16360 Mon Sep 17 00:00:00 2001 From: konojunya Date: Wed, 9 Sep 2026 00:00:26 +0900 Subject: [PATCH 2/2] chore: keep agent guide out of VSIX --- .vscodeignore | 1 + 1 file changed, 1 insertion(+) 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/**