From 101c4ff939a83263b77ae440cfbf4fd37c4048f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariano=20Gim=C3=A9nez?= Date: Fri, 2 Feb 2024 17:02:35 +0100 Subject: [PATCH] docs/BACKPORTS: close parenthesis --- docs/BACKPORTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BACKPORTS.md b/docs/BACKPORTS.md index 6fbb57dd88..4e67bba787 100644 --- a/docs/BACKPORTS.md +++ b/docs/BACKPORTS.md @@ -22,4 +22,4 @@ The following types of commits are cherry-picked onto those branches: * hardware database additions, especially the keymap updates * small non-conflicting features deemed safe to add in a stable release -Please try to ensure that anything backported to the stable repository is done with the `git cherry-pick -x` option such that text stating the original SHA1 is added into the commit message. This makes it easier to check where the code came from (as sometimes it is necessary to add small fixes as new code due to the upstream refactors that are deemed too invasive to backport as a stable patch. +Please try to ensure that anything backported to the stable repository is done with the `git cherry-pick -x` option such that text stating the original SHA1 is added into the commit message. This makes it easier to check where the code came from (as sometimes it is necessary to add small fixes as new code due to the upstream refactors) that are deemed too invasive to backport as a stable patch.