From ad8439fe12997a5692d36995e7f9e70b8b03ec15 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 26 Nov 2025 21:45:57 +0000 Subject: [PATCH 1/3] Initial plan From 07be066ad44d6291d13449ec498f12606dbaddfe Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 26 Nov 2025 21:52:02 +0000 Subject: [PATCH 2/3] Add PR description conciseness guideline to developer instructions Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> --- .github/instructions/developer.instructions.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/instructions/developer.instructions.md b/.github/instructions/developer.instructions.md index bb1bd2849c2..8c3b385651b 100644 --- a/.github/instructions/developer.instructions.md +++ b/.github/instructions/developer.instructions.md @@ -10,6 +10,7 @@ This document consolidates technical specifications and development guidelines f ## Table of Contents - [Capitalization Guidelines](#capitalization-guidelines) +- [Pull Request Guidelines](#pull-request-guidelines) - [Code Organization](#code-organization) - [Validation Architecture](#validation-architecture) - [Security Best Practices](#security-best-practices) @@ -42,6 +43,12 @@ The capitalization rules are enforced through automated tests in `cmd/gh-aw/capi --- +## Pull Request Guidelines + +PR descriptions should be concise. Limit descriptions to 1-2 sentences that clearly explain what the PR does. + +--- + ## Code Organization ### File Organization Principles From d8610d2bdc77a5086647710fef341093421aceb2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 26 Nov 2025 22:40:07 +0000 Subject: [PATCH 3/3] Move PR description guideline to AGENTS.md Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/instructions/developer.instructions.md | 7 ------- AGENTS.md | 3 ++- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/instructions/developer.instructions.md b/.github/instructions/developer.instructions.md index 8c3b385651b..bb1bd2849c2 100644 --- a/.github/instructions/developer.instructions.md +++ b/.github/instructions/developer.instructions.md @@ -10,7 +10,6 @@ This document consolidates technical specifications and development guidelines f ## Table of Contents - [Capitalization Guidelines](#capitalization-guidelines) -- [Pull Request Guidelines](#pull-request-guidelines) - [Code Organization](#code-organization) - [Validation Architecture](#validation-architecture) - [Security Best Practices](#security-best-practices) @@ -43,12 +42,6 @@ The capitalization rules are enforced through automated tests in `cmd/gh-aw/capi --- -## Pull Request Guidelines - -PR descriptions should be concise. Limit descriptions to 1-2 sentences that clearly explain what the PR does. - ---- - ## Code Organization ### File Organization Principles diff --git a/AGENTS.md b/AGENTS.md index 4128368237d..421b32aac8d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -313,4 +313,5 @@ make minor-release # Automated via GitHub Actions - Include issue numbers in PR titles when fixing issues - Read issue comments for context before making changes - Use conventional commits for commit messages -- do NOT commit explanation markdown files about the fixes \ No newline at end of file +- do NOT commit explanation markdown files about the fixes +- PR descriptions should be concise: 1-2 sentences only \ No newline at end of file