From 6fce17f44538c6e48b1d48ca0e323c739328949c Mon Sep 17 00:00:00 2001 From: Lars Laskowski <26182282+LarsLaskowski@users.noreply.github.com> Date: Wed, 22 Jul 2026 18:10:52 +0200 Subject: [PATCH] Clarify PR template usage and prohibit extra validation sections Updated pull request guidelines to require strict adherence to the PR template and prohibit adding extra sections such as "Validation", "Verification", or "Testing" that list build/test commands. Clarified that build and test steps are handled automatically by PR checks and should not be restated in the PR description. --- .github/copilot-instructions.md | 2 ++ AGENTS.md | 2 ++ CLAUDE.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index d998cc2..c720e96 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -21,6 +21,8 @@ Copilot and other AI assistants must follow these guidelines when working in thi - Write the PR title and description in English, regardless of the language used in the conversation. - Do not mention Claude, Anthropic, Copilot, or any AI assistant in the PR title or description. - Do not include AI session links, "Co-Authored-By" trailers for AI assistants, "Generated with ..." notices, or any other reference indicating the PR was created with AI assistance. +- Follow the PR template in `.github/PULL_REQUEST_TEMPLATE.md`. Use its sections and do not add extra sections beyond it. +- Do not add a "Validation", "Verification", "Testing", or similar section that lists `reihitsu-format`, `dotnet build`, `dotnet test`, or other build/test commands. Build and tests run automatically as PR checks, so restating them in the description is unnecessary. ## Build, test, and lint diff --git a/AGENTS.md b/AGENTS.md index e28a6a9..d023594 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -26,6 +26,8 @@ null handling, suppressed analyzer rules) are imported below and are - Write the PR title and description in English, regardless of the language used in the conversation. - Do not mention Codex, Anthropic, or any AI assistant in the PR title or description. - Do not include Codex session links, "Co-Authored-By: Codex" trailers, "Generated with Codex" notices, or any other reference indicating the PR was created with AI assistance. +- Follow the PR template in `.github/PULL_REQUEST_TEMPLATE.md`. Use its sections and do not add extra sections beyond it. +- Do not add a "Validation", "Verification", "Testing", or similar section that lists `reihitsu-format`, `dotnet build`, `dotnet test`, or other build/test commands. Build and tests run automatically as PR checks, so restating them in the description is unnecessary. ## Build, test, and format diff --git a/CLAUDE.md b/CLAUDE.md index 18eac1c..35f9ae0 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -26,6 +26,8 @@ null handling, suppressed analyzer rules) are imported below and are - Write the PR title and description in English, regardless of the language used in the conversation. - Do not mention Claude, Anthropic, or any AI assistant in the PR title or description. - Do not include Claude session links, "Co-Authored-By: Claude" trailers, "Generated with Claude" notices, or any other reference indicating the PR was created with AI assistance. +- Follow the PR template in `.github/PULL_REQUEST_TEMPLATE.md`. Use its sections and do not add extra sections beyond it. +- Do not add a "Validation", "Verification", "Testing", or similar section that lists `reihitsu-format`, `dotnet build`, `dotnet test`, or other build/test commands. Build and tests run automatically as PR checks, so restating them in the description is unnecessary. ## Build, test, and format