Reword example of cosmetic commit

This commit is contained in:
Nick Chambers 2022-09-13 12:54:16 -05:00
parent 4a435d3b11
commit 30ed2fef3b
1 changed files with 2 additions and 1 deletions

View File

@ -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.