From 45ef6e18ccc25db4df609667d3ccc30f365e2b5e Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 13:02:58 -0700 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md (#498) (#499) Adding checkbox for "backport Labels" add/ Signed-off-by: Khushboo Rajput <59671881+khushbr@users.noreply.github.com> (cherry picked from commit c0cb65532886924852d3583b00791da0f5d74cb3) Co-authored-by: Khushboo Rajput <59671881+khushbr@users.noreply.github.com> --- .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 09bd8b264..f435ed141 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.