From 7bcdb4bc66db8e438dc8f9c08c766c8becf2b9c4 Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Mon, 17 Nov 2025 17:48:39 +0000 Subject: [PATCH] Add additional options to PR template and clarify some --- .github/pull_request_template.md | 34 +++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3b632d8f37..3c6d14f717 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -18,14 +18,25 @@ For internal use only. Please select the risk level of this change: #### Which use cases does this change impact? - + + +Workflow types: + +- **Advanced setup** - Impacts users who have custom CodeQL workflows. +- **Managed** - Impacts users with `dynamic` workflows (Default Setup, CCR, ...). + +Products: + +- **Code Scanning** - The changes impact analyses when `analysis-kinds: code-scanning`. +- **Code Quality** - The changes impact analyses when `analysis-kinds: code-quality`. +- **CCR** - The changes impact analyses for Copilot Code Reviews. +- **Third-party analyses** - The changes affect the `upload-sarif` action. + +Environments: -- **Advanced setup** - Impacts users who have custom workflows. -- **Default setup** - Impacts users who use default setup. -- **Code Scanning** - Impacts Code Scanning (i.e. `analysis-kinds: code-scanning`). -- **Code Quality** - Impacts Code Quality (i.e. `analysis-kinds: code-quality`). -- **Third-party analyses** - Impacts third-party analyses (i.e. `upload-sarif`). -- **GHES** - Impacts GitHub Enterprise Server. +- **Dotcom** - Impacts CodeQL workflows on `github.com`. +- **GHES** - Impacts CodeQL workflows on GitHub Enterprise Server. +- **Testing/None** - This change does not impact any CodeQL workflows in production. #### How did/will you validate this change? @@ -54,6 +65,15 @@ For internal use only. Please select the risk level of this change: - **Alerts** - New or existing monitors will trip if something goes wrong with this change. - **Other** - Please provide details. +#### Are there any special considerations for merging or releasing this change? + + + +- **No special considerations** - This change can be merged at any time. +- **Special considerations** - This change should only be merged once certain preconditions are met. Please provide details of those or link to this PR from an internal issue. + ### Merge / deployment checklist - Confirm this change is backwards compatible with existing workflows.