From 22569f62424fc4372932628e5bb96861f17053fc Mon Sep 17 00:00:00 2001 From: Matt Thalman Date: Thu, 8 Aug 2024 08:24:29 -0500 Subject: [PATCH 1/2] Define PR template --- .github/workflows/pull_request_template.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/pull_request_template.md diff --git a/.github/workflows/pull_request_template.md b/.github/workflows/pull_request_template.md new file mode 100644 index 0000000000..859aa4a120 --- /dev/null +++ b/.github/workflows/pull_request_template.md @@ -0,0 +1,19 @@ +## Description + +## PR Checklist + +If you are upgrading the version of a repo submodule, please follow this +checklist: + +- [ ] Provide a link to an issue in the consuming repo describing the need for +the upgrade. Both this PR and the PR doing the upgrade in the consuming repo +should link to that issue. +- [ ] Have you done your due diligence to ensure the upgrade can be completed +in the consuming repo in a timely manner? If consuming the dependency flow of +this update takes a long time or needs to be backed out, it may require the +reversion of the upgrade in this PR. That's something we want to avoid. +- [ ] When consuming the dependency flow from this repo for the purposes of a +version upgrade, consider using a separate PR or at least changing the title of +the dependency flow PR to accurately reflect the purpose of the change. Seeing +a PR named "Upgrade IdentityModel to 8.0.1", for example, provides better +clarity than "Update dependencies from dotnet/source-build-externals". From eb5bcc20ba59f2725daed7e2a4e2b42cd8e970e1 Mon Sep 17 00:00:00 2001 From: Matt Thalman Date: Thu, 8 Aug 2024 08:26:08 -0500 Subject: [PATCH 2/2] Move file location --- .github/{workflows => }/pull_request_template.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{workflows => }/pull_request_template.md (100%) diff --git a/.github/workflows/pull_request_template.md b/.github/pull_request_template.md similarity index 100% rename from .github/workflows/pull_request_template.md rename to .github/pull_request_template.md