From dbc460bed7a123545381ed005c942a79874f274e Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 7 Jan 2025 11:26:26 -0500 Subject: [PATCH] chore(dev): Add bug vs enhancement consideration Signed-off-by: Josh --- developer_manual/getting_started/development_process.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/developer_manual/getting_started/development_process.rst b/developer_manual/getting_started/development_process.rst index af2d1cc06..3d53b0889 100644 --- a/developer_manual/getting_started/development_process.rst +++ b/developer_manual/getting_started/development_process.rst @@ -60,6 +60,7 @@ Showstoppers (never backport things that cause these): When assessing whether a bug is critical enough to backport, here are some possible questions to ask yourself: +- Is this really a bug fix? Or is it more an enhancement or a general improvement? - Is it even applicable to a previously published major release train? - Is that major release train still supported? - Is it a security vulnerability? [Yes, backport it without question.]