From 30ed2fef3bddbb52c6c092d550f3cea3d4941a88 Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Tue, 13 Sep 2022 12:54:16 -0500 Subject: [PATCH] Reword example of cosmetic commit --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 9e4e2ae..1298242 100644 --- a/Readme.md +++ b/Readme.md @@ -20,7 +20,8 @@ than a commit where you can count the number of characters changed on one hand. - Some examples of what doesn't count: * Removing a trailing space from the end of a line. * [Fixing a typo in documentation that does not change the meaning.](https://github.com/netdata/netdata/pull/13514) - + Commits are important and should be made, but they are cosmetic. + + While important, these kinds of commits are cosmetic and by-definition, + not functional. - If the change needs to occur multiple times in a file, it is cheating to only do it once.