From b6b2ffe14b7f2e33cdefab701ed80731b32b4295 Mon Sep 17 00:00:00 2001 From: Achyut Madhusudan Date: Wed, 7 Feb 2024 19:03:37 +0530 Subject: [PATCH] 'UPSTREAM: ' should be the convention followed for carrying patches. Signed-off-by: Achyut Madhusudan --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ddf0e2deeca..6a7d0614f2f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,4 +13,6 @@ Use `chore` to indicate that this PR makes some changes that users don't need to know. * `test: fix CI failure. Part of #1234` Use `part of` to indicate that a PR is working on an issue, but shouldn't close the issue when merged. + * `UPSTREAM: : fixes RHOAIENG-1695` + Use `UPSTREAM: ` to indicate this is a carry patch against our upstream. -->