From ee252abbb6aa86be16332b722b951b54811ac240 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Wed, 18 Sep 2024 17:12:51 -0700 Subject: [PATCH] Added backports section to PR template. --- .github/PULL_REQUEST_TEMPLATE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2623753f..9cd8283d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,6 +5,9 @@ Resolves #[Issue number to be closed when this PR is merged] +### Backporting +[List any branches/versions to which this PR should be backported] + ### Check List - [ ] New functionality includes testing. - [ ] New functionality has been documented.