From 2dd3244bd7e13435b88697ee0373a68a18426ecc Mon Sep 17 00:00:00 2001 From: Cameron Meissner Date: Wed, 17 Dec 2025 10:26:36 -0800 Subject: [PATCH 1/4] chore: update PR template --- .github/PULL_REQUEST_TEMPLATE.md | 50 +------------------------------- 1 file changed, 1 insertion(+), 49 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3087ba52a28..d59496a96c5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,57 +1,9 @@ -**What type of PR is this?** - - - **What this PR does / why we need it**: **Which issue(s) this PR fixes**: - Fixes # - -**Requirements**: - -- [ ] uses [conventional commit messages](https://www.conventionalcommits.org/) - -- [ ] includes documentation -- [ ] adds unit tests -- [ ] tested upgrade from previous version -- [ ] commits are GPG signed and Github marks them as verified - -**Special notes for your reviewer**: - -**Release note**: - -``` -none -``` From ef9dd6e71d1fe1ec4c1f8acdc4c42026ceba5523 Mon Sep 17 00:00:00 2001 From: Cameron Meissner Date: Thu, 15 Jan 2026 11:38:31 -0800 Subject: [PATCH 2/4] chore: updates --- .github/PULL_REQUEST_TEMPLATE.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d59496a96c5..a14d9da7b72 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,9 +1,19 @@ + + **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # From a606cbb741ad35f3aad9ad7048a51fb998598d9c Mon Sep 17 00:00:00 2001 From: Cameron Meissner Date: Thu, 15 Jan 2026 11:40:36 -0800 Subject: [PATCH 3/4] chore: azure org guidance --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a14d9da7b72..ef96d1c9d85 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,6 +2,7 @@ Pull Request Requirements - PLEASE READ BEFORE CREATING A PR AGAINST Azure/AgentBaker: 1. Pull requests MUST NOT come from personal forks. PRs will only be accepted from branches created directly off Azure/AgentBaker. You'll need to gain write access to Azure/AgentBaker by requesting membership to the GitHub team: https://github.com/orgs/Azure/teams/agentbakerwrite/. + Note that to gain access to this team, you must be a member of the Azure GitHub organization: https://github.com/Azure. 2. All commits must be signed by a GPG key and marked as "Verified" by GitHub. Refer to https://github.com/Azure/AgentBaker/blob/main/CONTRIBUTING.md for more details regarding setting up a GPG key for your own account. 2. Pull request titles must adhere to our tailored version of the conventional commit messages policy: https://www.conventionalcommits.org/. For specifics on From 6535de4890492f8d63df36de861cb5838fbc2adc Mon Sep 17 00:00:00 2001 From: Cameron Meissner Date: Thu, 15 Jan 2026 11:42:21 -0800 Subject: [PATCH 4/4] chore: fix numbering --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ef96d1c9d85..7161979c4b7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,9 +5,9 @@ Pull Request Requirements - PLEASE READ BEFORE CREATING A PR AGAINST Azure/Agent Note that to gain access to this team, you must be a member of the Azure GitHub organization: https://github.com/Azure. 2. All commits must be signed by a GPG key and marked as "Verified" by GitHub. Refer to https://github.com/Azure/AgentBaker/blob/main/CONTRIBUTING.md for more details regarding setting up a GPG key for your own account. -2. Pull request titles must adhere to our tailored version of the conventional commit messages policy: https://www.conventionalcommits.org/. For specifics on +3. Pull request titles must adhere to our tailored version of the conventional commit messages policy: https://www.conventionalcommits.org/. For specifics on how pull request titles will be validated, refer to our lint workflow definition: https://github.com/Azure/AgentBaker/blob/main/.github/workflows/pr-lint.yaml. -3. Read up on the contributor guidance outlined within the repo root: https://github.com/Azure/AgentBaker/tree/main?tab=readme-ov-file#contributing. +4. Read up on the contributor guidance outlined within the repo root: https://github.com/Azure/AgentBaker/tree/main?tab=readme-ov-file#contributing. --> **What this PR does / why we need it**: