From 6bdb5ebae947f30102e460f24106aaf6b3cf10f0 Mon Sep 17 00:00:00 2001 From: Khushboo Rajput <59671881+khushbr@users.noreply.github.com> Date: Thu, 5 Oct 2023 13:40:53 -0700 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md (#560) Adding checkbox for "backport Labels" Signed-off-by: Khushboo Rajput <59671881+khushbr@users.noreply.github.com> (cherry picked from commit ea8436dc3ff96953b39e6c384e373a2a9da80808) --- .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 1f09ff14..d8180108 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,6 +11,7 @@ A clear and concise description of any alternative solutions or features you've Add any other context or screenshots about the feature request here. ### Check List +- [ ] Backport Labels added. - [ ] New functionality includes testing. - [ ] All tests pass - [ ] New functionality has been documented.